We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e956245 commit 95e1d5eCopy full SHA for 95e1d5e
.github/workflows/deploy.yml
@@ -1,4 +1,3 @@
1
-# GH_TOKEN
2
# NEXUS_USER
3
# NEXUS_PASS64 (base64 NOTE: `base64` and `openssl base64` failed, had to use Java
4
# byte[] data = "{{password}}".getBytes(StandardCharsets.UTF_8);
@@ -25,7 +24,7 @@ jobs:
25
24
runs-on: ubuntu-latest
26
name: deploy
27
env:
28
- gh_token: ${{ secrets.GH_TOKEN }}
+ gh_token: ${{ secrets.GITHUB_TOKEN }}
29
ORG_GRADLE_PROJECT_nexus_user: ${{ secrets.NEXUS_USER }}
30
ORG_GRADLE_PROJECT_nexus_pass64: ${{ secrets.NEXUS_PASS64 }}
31
ORG_GRADLE_PROJECT_gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
0 commit comments