Skip to content

Commit 0aa11a8

Browse files
committed
Update deploy for the new blowdryer-diffplug.
1 parent b6cb4ae commit 0aa11a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 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);
@@ -26,8 +25,10 @@ jobs:
2625
build:
2726
runs-on: ubuntu-latest
2827
name: deploy
28+
permissions:
29+
contents: write
2930
env:
30-
gh_token: ${{ secrets.GH_TOKEN }}
31+
gh_token: ${{ secrets.GITHUB_TOKEN }}
3132
ORG_GRADLE_PROJECT_nexus_user: ${{ secrets.NEXUS_USER }}
3233
ORG_GRADLE_PROJECT_nexus_pass64: ${{ secrets.NEXUS_PASS64 }}
3334
ORG_GRADLE_PROJECT_gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)