mirror of
https://github.com/crazy-max/ghaction-import-gpg.git
synced 2024-11-06 05:35:51 -05:00
Update README
This commit is contained in:
parent
734d2f31e4
commit
98afe00c24
1 changed files with 7 additions and 0 deletions
|
@ -47,6 +47,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
-
|
-
|
||||||
name: Import GPG key
|
name: Import GPG key
|
||||||
|
id: import_gpg
|
||||||
uses: crazy-max/ghaction-import-gpg@v1
|
uses: crazy-max/ghaction-import-gpg@v1
|
||||||
with:
|
with:
|
||||||
git_user_signingkey: true
|
git_user_signingkey: true
|
||||||
|
@ -55,6 +56,12 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
|
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
|
||||||
PASSPHRASE: ${{ secrets.PASSPHRASE }}
|
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
|
name: Sign commit and push changes
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue