Skip to content

Commit

Permalink
8 digit key id
Browse files Browse the repository at this point in the history
Signed-off-by: Nicklas Lundin <nicklasl@spotify.com>
  • Loading branch information
nicklasl committed Oct 11, 2023
1 parent e42beda commit 8478a19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/temp_signing_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
- name: Configure GPG Key
run: |
echo -n "$GPG_SIGNING_KEY" | gpg --import
gpg --pinentry-mode=loopback --export-secret-key D032CABD08C5EC5C > ~/.gnupg/secring.gpg
gpg --pinentry-mode=loopback --export-secret-key 08C5EC5C > ~/.gnupg/secring.gpg
env:
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}

- name: Add signing secrets to gradle.properties
run: |
mkdir ~/.gradle/
echo "signing.keyId=D032CABD08C5EC5C" >> ~/.gradle/gradle.properties
echo "signing.keyId=08C5EC5C" >> ~/.gradle/gradle.properties
echo "signing.secretKeyRingFile=/home/runner/.gnupg/secring.gpg" >> ~/.gradle/gradle.properties
echo "signing.password=$GPG_SIGNING_KEY_PASSWORD" >> ~/.gradle/gradle.properties
env:
Expand Down

0 comments on commit 8478a19

Please sign in to comment.