Skip to content

Commit 4192d8a

Browse files
committed
use old pat
1 parent 3cdb121 commit 4192d8a

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

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

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,10 @@ jobs:
2323
git config user.name "codebuff mirror bot"
2424
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
2525
26-
- name: ssh
26+
- name: Push subtree
2727
env:
28-
TOKEN: ${{ secrets.CODEBUFF_GITHUB_TOKEN_DOT_AGENTS }}
29-
uses: mxschmitt/action-tmate@v3
30-
timeout-minutes: 15 # optional guard
31-
32-
33-
# - name: Push subtree
34-
# env:
35-
# TOKEN: ${{ secrets.CODEBUFF_GITHUB_TOKEN }}
36-
# run: |
37-
# git subtree push --prefix=common/src/templates/initial-agents-dir \
38-
# https://x-access-token:${TOKEN}@github.com/codebuffai/codebuff-dot-agents.git \
39-
# main
28+
TOKEN: ${{ secrets.CODEBUFF_GITHUB_TOKEN }}
29+
run: |
30+
git subtree push --prefix=common/src/templates/initial-agents-dir \
31+
https://x-access-token:${TOKEN}@github.com/codebuffai/codebuff-dot-agents.git \
32+
main

0 commit comments

Comments
 (0)