We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GITHUB_TOKEN
1 parent 4cdf946 commit 892f138Copy full SHA for 892f138
.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);
@@ -27,7 +26,7 @@ jobs:
27
26
runs-on: ubuntu-latest
28
name: deploy
29
env:
30
- gh_token: ${{ secrets.GH_TOKEN }}
+ gh_token: ${{ secrets.GITHUB_TOKEN }}
31
ORG_GRADLE_PROJECT_nexus_user: ${{ secrets.NEXUS_USER }}
32
ORG_GRADLE_PROJECT_nexus_pass64: ${{ secrets.NEXUS_PASS64 }}
33
ORG_GRADLE_PROJECT_gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
0 commit comments