Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 9f0b3b5

Browse files
committed
Update Java CI Workflow
Remove artifacts sign-in information from the gradle.yml configuration.
1 parent cbc3d0a commit 9f0b3b5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,10 @@ jobs:
5454
- name: Publish to repo.grails.org
5555
if: success() && github.event_name == 'push' && matrix.java == '8'
5656
env:
57-
SECRING_FILE: ${{ secrets.SECRING_FILE }}
58-
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
59-
SIGNING_PASSPHRASE: ${{ secrets.SIGNING_PASSPHRASE }}
6057
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
6158
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
6259
run: |
63-
echo $SECRING_FILE | base64 -d > secring.gpg
64-
./gradlew -Dorg.gradle.internal.publish.checksums.insecure=true -Psigning.keyId="$SIGNING_KEY" -Psigning.password="$SIGNING_PASSPHRASE" -Psigning.secretKeyRingFile="secring.gpg" publish
60+
./gradlew publish
6561
./gradlew docs:docs
6662
- name: Determine docs target repository
6763
if: success() && github.event_name == 'push' && matrix.java == '8'

0 commit comments

Comments
 (0)