diff options
| author | Dax Raad <[email protected]> | 2026-01-30 00:10:44 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2026-01-30 00:10:44 -0500 |
| commit | b5e5d4c92f8a6468831c8ab1101048f7d1ad3c2c (patch) | |
| tree | 9e84dbed6d0eb8f7841009788515d73bde02f085 /.github | |
| parent | b109ab78303829943c7c229e9126983601d8bd6d (diff) | |
| download | opencode-b5e5d4c92f8a6468831c8ab1101048f7d1ad3c2c.tar.gz opencode-b5e5d4c92f8a6468831c8ab1101048f7d1ad3c2c.zip | |
ci
Diffstat (limited to '.github')
| -rw-r--r-- | .github/actions/setup-git-committer/action.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/actions/setup-git-committer/action.yml b/.github/actions/setup-git-committer/action.yml index e039119fd..e5a572065 100644 --- a/.github/actions/setup-git-committer/action.yml +++ b/.github/actions/setup-git-committer/action.yml @@ -31,6 +31,11 @@ runs: git config --global user.email "${slug}[bot]@users.noreply.github.com" shell: bash + - name: Clear checkout auth + run: | + git config --local --unset-all http.https://github.com/.extraheader || true + shell: bash + - name: Configure git remote run: | git remote set-url origin https://x-access-token:${{ steps.apptoken.outputs.token }}@github.com/${{ github.repository }} |
