Skip to content

Commit

Permalink
ci: Use PAT for release action
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin authored Jul 21, 2023
1 parent 0f968d8 commit 5416e9a
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 @@ -26,7 +26,7 @@ jobs:
name: ${{ needs.build.outputs.sources-jar }}
- uses: xresloader/upload-to-github-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
with:
file: ${{ needs.build.outputs.uber-jar }}
tags: true
Expand Down

0 comments on commit 5416e9a

Please sign in to comment.