File tree Expand file tree Collapse file tree 1 file changed +6
-13
lines changed
Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments