Skip to content

Commit

Permalink
add github token to the environment
Browse files Browse the repository at this point in the history
  • Loading branch information
kspalaiologos committed Oct 14, 2024
1 parent 043943d commit d83cb40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
zstd -k xpar-${{ github.ref_name }}.tar
- name: Publish Release
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: |
xpar-${{ github.ref_name }}.tar
Expand Down

0 comments on commit d83cb40

Please sign in to comment.