Skip to content

Commit fb6959f

Browse files
committed
disable mirror dot agents
1 parent 6a0e404 commit fb6959f

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

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

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,19 @@ jobs:
1515
persist-credentials: false
1616

1717
# (belt-and-suspenders) ensure the injected header is gone even if persist-credentials isn't honored
18-
- name: Clear default GitHub auth header
19-
run: git config --global --unset-all http.https://github.com/.extraheader || true
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
2021

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"
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"
2526

26-
- name: Push subtree
27-
env:
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
27+
# - name: Push subtree
28+
# env:
29+
# TOKEN: ${{ secrets.CODEBUFF_GITHUB_TOKEN }}
30+
# run: |
31+
# git subtree push --prefix=common/src/templates/initial-agents-dir \
32+
# https://x-access-token:${TOKEN}@github.com/codebuffai/codebuff-dot-agents.git \
33+
# main

0 commit comments

Comments
 (0)