Skip to content

Commit 81c2c26

Browse files
fix(ci): use bot github token for projections
1 parent 45a64ca commit 81c2c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-holobranches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: 'Update holobranch: emergence/site/v1'
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-site

0 commit comments

Comments
 (0)