Skip to content

Commit f009f04

Browse files
authored
Update token used by release step
1 parent 2dd410a commit f009f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binaries.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
id: create_release
4343
uses: actions/create-release@v1
4444
env:
45-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45+
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
4646
with:
4747
tag_name: ${{ steps.get_version.outputs.VERSION }}
4848
release_name: Release ${{ steps.get_version.outputs.VERSION }}

0 commit comments

Comments
 (0)