Import GPG action v3
This commit is contained in:
parent
881c74c188
commit
d98bcd9586
11
README.md
11
README.md
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user