Skip to content

Commit

Permalink
chore: Fix signing
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoberstar committed Oct 5, 2024
1 parent d57ef9f commit 127d2fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ jobs:
- name: Gradle check
run: ./gradlew check --continue
env:
ORG_GRADLE_PROJECT_signingKeyId: ${{ secrets.PGP_SIGNING_KEY_ID }}
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.PGP_SIGNING_KEY }}
ORG_GRADLE_PROJECT_signingPassphrase: ${{ secrets.PGP_SIGNING_PASSPHRASE }}

0 comments on commit 127d2fb

Please sign in to comment.