Skip to content

Commit

Permalink
CI: Change publish token to secrets.GITHUB_TOKEN (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikkn authored Apr 1, 2021
1 parent 1a81425 commit e0ae19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
./build/klaabu-linux-amd64.sha512
./build/klaabu-darwin-amd64.sha512
env:
GITHUB_TOKEN: ${{ secrets.PUBLISH_TOKEN}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e0ae19a

Please sign in to comment.