Skip to content

Commit 1537cdb

Browse files
committed
Fix case of GH_TOKEN in the deploy script.
1 parent 98b63cc commit 1537cdb

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
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
name: deploy
2626
env:
27-
gh_token: ${{ secrets.GITHUB_TOKEN }}
27+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
ORG_GRADLE_PROJECT_nexus_user: ${{ secrets.NEXUS_USER }}
2929
ORG_GRADLE_PROJECT_nexus_pass64: ${{ secrets.NEXUS_PASS64 }}
3030
ORG_GRADLE_PROJECT_gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)