Skip to content

Commit

Permalink
bring back signing for gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
dorav committed Dec 10, 2023
1 parent 7bd76b4 commit 71ebcd7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
echo "signing.keyId=xxx" >> ~/.gradle/gradle.properties
echo "signing.password=${{ secrets.gpg_key }}" >> ~/.gradle/gradle.properties
echo "signing.secretKeyRingFile=/tmp/private-key.gpg" >> ~/.gradle/gradle.properties
export GPG_TTY=$(tty)
echo "${{ secrets.gpg_passphrase }}" | gpg --output /tmp/private-key.gpg --armor --export-secret-key
echo "${{ secrets.gpg_key }}" > /tmp/private-key.gpg
- name: Setup Atlas
uses: ariga/setup-atlas@master
Expand Down

0 comments on commit 71ebcd7

Please sign in to comment.