Skip to content

Commit 3980490

Browse files
fix(ci): use bot token to create release PR so tests run
1 parent b4ac524 commit 3980490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-prepare.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616

1717
- uses: JarvusInnovations/infra-components@channels/github-actions/release-prepare/latest
1818
with:
19-
github-token: ${{ secrets.GITHUB_TOKEN }}
19+
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
2020
release-branch: main

0 commit comments

Comments
 (0)