We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GRADLE_KEY
GRADLE_SECRET
1 parent c434818 commit c1d19c7Copy full SHA for c1d19c7
.github/workflows/deploy.yml
@@ -6,8 +6,6 @@
6
# GPG_PASSPHRASE
7
# GPG_KEY64 (base64)
8
# gpg --export-secret-keys --armor KEY_ID | openssl base64 | pbcopy
9
-# GRADLE_KEY
10
-# GRADLE_SECRET
11
12
on:
13
workflow_dispatch:
@@ -43,4 +41,4 @@ jobs:
43
41
- name: publish all
44
42
if: "${{ github.event.inputs.to_publish == 'all' }}"
45
run: |
46
- ./gradlew :changelogPush -Prelease=true -Penable_publishing=true -Pgradle.publish.key=${{ secrets.GRADLE_KEY }} -Pgradle.publish.secret=${{ secrets.GRADLE_SECRET }} --stacktrace --warning-mode all --no-configuration-cache
+ ./gradlew :changelogPush -Prelease=true -Penable_publishing=true --stacktrace --warning-mode all --no-configuration-cache
0 commit comments