Commit Graph

5 Commits

Author SHA1 Message Date
Samuel Newman a0fc509ff1 fix internal repo sync broken by actions/checkout v6 bump
#10779 bumped actions/checkout v5 -> v6. v6 no longer stores the auth
header as a local http.extraheader git config entry, so the
`git config --unset-all http.https://github.com/.extraheader` call in the
push step found nothing to unset and exited with code 5, failing every
sync since.

Set persist-credentials: false on checkout so no auth header is injected,
and drop the now-unnecessary (and failing) unset. The push to the internal
repo authenticates via the app token embedded in the remote URL.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-17 12:58:22 +03:00
Samuel Newman b8a6a8c8ce Pin every action to latest SHA (#10779)
Co-authored-by: Eric Bailey <git@esb.lol>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-06-16 14:35:19 -05:00
dependabot[bot] d08ab487d8 Bump actions/create-github-app-token from 1 to 3 (#10691)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-02 11:57:43 -07:00
DS Boyce b4054bf2a7 Update GitHub Actions to Node.js v24-compatible versions (#10539) 2026-05-19 11:06:46 -07:00
rafael fc2fae42bd Add github workflow 2025-07-24 17:07:11 -03:00