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.
1 parent d6c68e6 commit cb9fb0aCopy full SHA for cb9fb0a
.github/workflows/deploy.yml
@@ -1,4 +1,4 @@
1
-# GH_TOKEN
+# GITHUB_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);
@@ -30,7 +30,7 @@ jobs:
30
runs-on: ubuntu-latest
31
name: deploy
32
env:
33
- gh_token: ${{ secrets.GH_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
ORG_GRADLE_PROJECT_nexus_user: ${{ secrets.NEXUS_USER }}
35
ORG_GRADLE_PROJECT_nexus_pass64: ${{ secrets.NEXUS_PASS64 }}
36
ORG_GRADLE_PROJECT_gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
0 commit comments