File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed
Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,20 @@ jobs:
1515 persist-credentials : false
1616
1717 # (belt-and-suspenders) ensure the injected header is gone even if persist-credentials isn't honored
18- # NOTE(James): Disabled since it seems to be blocking deploys (at least for web?).
19- # - name: Clear default GitHub auth header
20- # run: git config --global --unset-all http.https://github.com/.extraheader || true
18+ - name : Clear default GitHub auth header
19+ run : git config --global --unset-all http.https://github.com/.extraheader || true
20+
21+ - name : Configure Git
22+ run : |
23+ git config user.name "codebuff mirror bot"
24+ git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
25+
26+ - name : ssh
27+ env :
28+ TOKEN : ${{ secrets.CODEBUFF_GITHUB_TOKEN_DOT_AGENTS }}
29+ uses : mxschmitt/action-tmate@v3
30+ timeout-minutes : 15 # optional guard
2131
22- # - name: Configure Git
23- # run: |
24- # git config user.name "codebuff mirror bot"
25- # git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
2632
2733 # - name: Push subtree
2834 # env:
You can’t perform that action at this time.
0 commit comments