Skip to content

Commit

Permalink
Add secret token for uploading artifacts on release
Browse files Browse the repository at this point in the history
  • Loading branch information
psyomn committed Apr 5, 2021
1 parent 8bea1c2 commit feaef29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ jobs:
- uses: ncipollo/release-action@v1
with:
artifacts: "artifacts-linux-x64/,artifacts-windows-x64/,artifacts-arm-x64/"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit feaef29

Please sign in to comment.