Skip to content

Commit

Permalink
fix: use GH_
Browse files Browse the repository at this point in the history
  • Loading branch information
sylv256 committed Nov 26, 2024
1 parent 7091409 commit 8a8bad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:

- name: Publish to GitHub
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_PAT }}
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
run: ./gradlew publishGithub

0 comments on commit 8a8bad4

Please sign in to comment.