Skip to content

Commit c1d19c7

Browse files
committed
Remove GRADLE_KEY and GRADLE_SECRET.
1 parent c434818 commit c1d19c7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
# GPG_PASSPHRASE
77
# GPG_KEY64 (base64)
88
# gpg --export-secret-keys --armor KEY_ID | openssl base64 | pbcopy
9-
# GRADLE_KEY
10-
# GRADLE_SECRET
119

1210
on:
1311
workflow_dispatch:
@@ -43,4 +41,4 @@ jobs:
4341
- name: publish all
4442
if: "${{ github.event.inputs.to_publish == 'all' }}"
4543
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
44+
./gradlew :changelogPush -Prelease=true -Penable_publishing=true --stacktrace --warning-mode all --no-configuration-cache

0 commit comments

Comments
 (0)