Skip to content

Commit 95e1d5e

Browse files
committed
Fixup deploy.yml
1 parent e956245 commit 95e1d5e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

+1-2
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);
@@ -25,7 +24,7 @@ jobs:
2524
runs-on: ubuntu-latest
2625
name: deploy
2726
env:
28-
gh_token: ${{ secrets.GH_TOKEN }}
27+
gh_token: ${{ secrets.GITHUB_TOKEN }}
2928
ORG_GRADLE_PROJECT_nexus_user: ${{ secrets.NEXUS_USER }}
3029
ORG_GRADLE_PROJECT_nexus_pass64: ${{ secrets.NEXUS_PASS64 }}
3130
ORG_GRADLE_PROJECT_gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)