Skip to content

Commit

Permalink
ci(workflow): Set up GitHub token
Browse files Browse the repository at this point in the history
  • Loading branch information
sylv256 committed Aug 13, 2024
1 parent 9582296 commit a690a53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:

- name: Upload To Github Release
uses: xresloader/[email protected]
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
file: "build/libs/*.jar"

0 comments on commit a690a53

Please sign in to comment.