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 3a6286f commit be525c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +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
echo "${{ secrets.gpg_key }}" > /tmp/private-key.gpg
echo "${{ secrets.gpg_private_key_base64 }}" | base64 --decode > /tmp/private-key.gpg
- name: Setup Atlas
uses: ariga/setup-atlas@master
Expand Down

0 comments on commit be525c7

Please sign in to comment.