Update README

This commit is contained in:
CrazyMax 2020-05-07 21:01:27 +02:00
parent 734d2f31e4
commit 98afe00c24
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7

View file

@ -47,6 +47,7 @@ jobs:
uses: actions/checkout@v2
-
name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v1
with:
git_user_signingkey: true
@ -55,6 +56,12 @@ jobs:
env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
PASSPHRASE: ${{ secrets.PASSPHRASE }}
-
name: GPG user IDs
run: |
echo "fingerprint: ${{ steps.import_gpg.outputs.fingerprint }}"
echo "keyid: ${{ steps.import_gpg.outputs.keyid }}"
echo "email: ${{ steps.import_gpg.outputs.email }}"
-
name: Sign commit and push changes
run: |