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 ```yaml
- -
name: Import GPG key name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v2 uses: crazy-max/ghaction-import-gpg@v3
with: with:
git_user_signingkey: true gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
git_commit_gpgsign: true passphrase: ${{ secrets.PASSPHRASE }}
env: git-user-signingkey: true
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }} git-commit-gpgsign: true
PASSPHRASE: ${{ secrets.PASSPHRASE }}
- -
name: Deploy to GitHub Pages name: Deploy to GitHub Pages
if: success() if: success()