Import GPG action v3

This commit is contained in:
CrazyMax 2020-09-06 22:15:12 +02:00
parent 881c74c188
commit d98bcd9586
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

View File

@ -78,13 +78,12 @@ You can use the [Import GPG](https://github.com/crazy-max/ghaction-import-gpg) G
```yaml
-
name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v2
uses: crazy-max/ghaction-import-gpg@v3
with:
git_user_signingkey: true
git_commit_gpgsign: true
env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
PASSPHRASE: ${{ secrets.PASSPHRASE }}
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
git-user-signingkey: true
git-commit-gpgsign: true
-
name: Deploy to GitHub Pages
if: success()