Skip to content

Commit 3d5344a

Browse files
committed
Fix case of gh_token in the deploy script.
1 parent 23f1977 commit 3d5344a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
name: deploy
2424
env:
25-
gh_token: ${{ secrets.GITHUB_TOKEN }}
25+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
ORG_GRADLE_PROJECT_nexus_user: ${{ secrets.NEXUS_USER }}
2727
ORG_GRADLE_PROJECT_nexus_pass64: ${{ secrets.NEXUS_PASS64 }}
2828
ORG_GRADLE_PROJECT_gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)