You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve duplicate Authorization header in release workflow
Checkout with the GitHub App token directly instead of manually
setting http.extraheader after checkout. The previous approach
added a second Authorization header on top of the one persisted
by actions/checkout, causing GitHub to reject git fetches with
HTTP 400.
Signed-off-by: Gorkem Ercan <gorkem.ercan@gmail.com>
0 commit comments