mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 22:10:23 +00:00
ci
This commit is contained in:
parent
b109ab7830
commit
b5e5d4c92f
1 changed files with 5 additions and 0 deletions
|
|
@ -31,6 +31,11 @@ runs:
|
||||||
git config --global user.email "${slug}[bot]@users.noreply.github.com"
|
git config --global user.email "${slug}[bot]@users.noreply.github.com"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
- name: Clear checkout auth
|
||||||
|
run: |
|
||||||
|
git config --local --unset-all http.https://github.com/.extraheader || true
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- name: Configure git remote
|
- name: Configure git remote
|
||||||
run: |
|
run: |
|
||||||
git remote set-url origin https://x-access-token:${{ steps.apptoken.outputs.token }}@github.com/${{ github.repository }}
|
git remote set-url origin https://x-access-token:${{ steps.apptoken.outputs.token }}@github.com/${{ github.repository }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue