Skip to content

Commit 0cc7084

Browse files
committed
fix token for gh workflow
1 parent fc02e7e commit 0cc7084

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
1919
- name: Push subtree
2020
env:
21-
TOKEN: ${{ secrets.SUBTREE_PUSH_TOKEN }}
21+
TOKEN: ${{ secrets.CODEBUFF_GITHUB_TOKEN }}
2222
run: |
2323
git subtree push --prefix=common/src/templates/initial-agents-dir \
2424
https://x-access-token:${TOKEN}@github.com/codebuffai/codebuff-dot-agents.git \

common/src/templates/initial-agents-dir/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,3 @@ Edit `my-custom-agent.ts` with your team's patterns, then run `codebuff --agent
5050
For detailed documentation, see [agent-guide.md](./agent-guide.md).
5151
For examples, check the `examples/` directory.
5252
For help, join our [Discord community](https://codebuff.com/discord).
53-

0 commit comments

Comments
 (0)