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 573c5a2 commit 65e9222Copy full SHA for 65e9222
.github/workflows/deploy.yml
@@ -7,8 +7,6 @@
7
# GPG_PASSPHRASE
8
# GPG_KEY64 (base64)
9
# gpg --export-secret-keys --armor KEY_ID | openssl base64 | pbcopy
10
-# GRADLE_KEY
11
-# GRADLE_SECRET
12
13
name: deploy
14
on:
@@ -48,4 +46,4 @@ jobs:
48
46
- name: publish all
49
47
if: "${{ github.event.inputs.to_publish == 'all' }}"
50
run: |
51
- ./gradlew :changelogPush -Prelease=true -Penable_publishing=true -Pgradle.publish.key=${{ secrets.GRADLE_KEY }} -Pgradle.publish.secret=${{ secrets.GRADLE_SECRET }} --stacktrace --warning-mode all
+ ./gradlew :changelogPush -Prelease=true -Penable_publishing=true --stacktrace --warning-mode all
0 commit comments