Skip to content

Commit 3cdb121

Browse files
committed
ssh test
1 parent 8ada30d commit 3cdb121

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

.github/workflows/mirror-dot-agents.yml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)