Skip to content

Commit

Permalink
Update token used by release step
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 authored May 27, 2023
1 parent 2dd410a commit f009f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
with:
tag_name: ${{ steps.get_version.outputs.VERSION }}
release_name: Release ${{ steps.get_version.outputs.VERSION }}
Expand Down

0 comments on commit f009f04

Please sign in to comment.