We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf6c4d commit fefcf3bCopy full SHA for fefcf3b
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Import bot's GPG key for signing commits
30
id: import-gpg
31
- uses: crazy-max/ghaction-import-gpg@v4
+ uses: crazy-max/ghaction-import-gpg@v6
32
with:
33
gpg_private_key: ${{ secrets.PINAX_BOT_PGP_PRIVATE_KEY }}
34
passphrase: ${{ secrets.PINAX_BOT_PGP_PASSPHRASE }}
.github/workflows/shared-changesets-dependencies.yml
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
57
gpg_private_key: ${{ secrets.pgpPrivateKey }}
58
passphrase: ${{ secrets.pgpPassphrase }}
0 commit comments