Skip to content

Commit 98afe00

Browse files
committed
Update README
1 parent 734d2f3 commit 98afe00

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
uses: actions/checkout@v2
4848
-
4949
name: Import GPG key
50+
id: import_gpg
5051
uses: crazy-max/ghaction-import-gpg@v1
5152
with:
5253
git_user_signingkey: true
@@ -55,6 +56,12 @@ jobs:
5556
env:
5657
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
5758
PASSPHRASE: ${{ secrets.PASSPHRASE }}
59+
-
60+
name: GPG user IDs
61+
run: |
62+
echo "fingerprint: ${{ steps.import_gpg.outputs.fingerprint }}"
63+
echo "keyid: ${{ steps.import_gpg.outputs.keyid }}"
64+
echo "email: ${{ steps.import_gpg.outputs.email }}"
5865
-
5966
name: Sign commit and push changes
6067
run: |

0 commit comments

Comments
 (0)