Skip to content

Commit 892f138

Browse files
committed
Add GITHUB_TOKEN.
1 parent 4cdf946 commit 892f138

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# GH_TOKEN
21
# NEXUS_USER
32
# NEXUS_PASS64 (base64 NOTE: `base64` and `openssl base64` failed, had to use Java
43
# byte[] data = "{{password}}".getBytes(StandardCharsets.UTF_8);
@@ -27,7 +26,7 @@ jobs:
2726
runs-on: ubuntu-latest
2827
name: deploy
2928
env:
30-
gh_token: ${{ secrets.GH_TOKEN }}
29+
gh_token: ${{ secrets.GITHUB_TOKEN }}
3130
ORG_GRADLE_PROJECT_nexus_user: ${{ secrets.NEXUS_USER }}
3231
ORG_GRADLE_PROJECT_nexus_pass64: ${{ secrets.NEXUS_PASS64 }}
3332
ORG_GRADLE_PROJECT_gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)