Skip to content

Commit

Permalink
Add token to Download release assets task
Browse files Browse the repository at this point in the history
Signed-off-by: Venelin Bakalov <[email protected]>
  • Loading branch information
VenelinBakalov committed Feb 25, 2022
1 parent d0eec26 commit 494a20a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
id: release_asset
env:
TAG_NAME: ${{ github.event.release.tag_name }}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
run: gh release download $TAG_NAME

- name: Verify checksum signatures
Expand Down

0 comments on commit 494a20a

Please sign in to comment.