Skip to content

Commit 648475d

Browse files
fix(ci): use bot github token for projections
1 parent 5699e82 commit 648475d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-holobranches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: 'Update holobranch: emergence/skeleton/v3'
1414
uses: JarvusInnovations/hologit@actions/projector/v1
1515
env:
16-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16+
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
1717
HAB_LICENSE: accept
1818
with:
1919
holobranch: emergence-skeleton
@@ -22,7 +22,7 @@ jobs:
2222
- name: 'Update holobranch: emergence/vfs-site/v3'
2323
uses: JarvusInnovations/hologit@actions/projector/v1
2424
env:
25-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25+
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
2626
HAB_LICENSE: accept
2727
with:
2828
holobranch: emergence-vfs-site

0 commit comments

Comments
 (0)