Skip to content

Commit cb9fb0a

Browse files
committed
Use GITHUB_TOKEN
1 parent d6c68e6 commit cb9fb0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GH_TOKEN
1+
# GITHUB_TOKEN
22
# NEXUS_USER
33
# NEXUS_PASS64 (base64 NOTE: `base64` and `openssl base64` failed, had to use Java
44
# byte[] data = "{{password}}".getBytes(StandardCharsets.UTF_8);
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
name: deploy
3232
env:
33-
gh_token: ${{ secrets.GH_TOKEN }}
33+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
ORG_GRADLE_PROJECT_nexus_user: ${{ secrets.NEXUS_USER }}
3535
ORG_GRADLE_PROJECT_nexus_pass64: ${{ secrets.NEXUS_PASS64 }}
3636
ORG_GRADLE_PROJECT_gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)