Skip to content

Commit

Permalink
ci: Use GITHUB_TOKEN secret in release
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin committed Dec 23, 2024
1 parent 8e85a6b commit 1803f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: ${{ needs.build.outputs.sources-jar }}
- uses: xresloader/upload-to-github-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: ${{ needs.build.outputs.uber-jar }}
tags: true
Expand Down

0 comments on commit 1803f2c

Please sign in to comment.