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 e7b41b9 commit ef2b295Copy full SHA for ef2b295
1 file changed
.github/workflows/test-gpg-fix.yaml
@@ -14,9 +14,9 @@ jobs:
14
id: key-import
15
uses: crazy-max/ghaction-import-gpg@v6.1.0
16
with:
17
- RELEASE_ACTOR_GPG_PRIVATE_KEY: ${{ secrets.PUBLIC_RELEASES_GPG_PRIVATE_KEY }}
18
- RELEASE_ACTOR_GPG_PASSPHRASE: ${{ secrets.PUBLIC_RELEASES_GPG_PASSPHRASE }}
19
- RELEASE_ACTOR_GPG_KEY_FINGERPRINT: ${{ secrets.PUBLIC_RELEASES_GPG_FINGERPRINT }}
+ gpg_private_key: ${{ secrets.PUBLIC_RELEASES_GPG_PRIVATE_KEY }}
+ passphrase: ${{ secrets.PUBLIC_RELEASES_GPG_PASSPHRASE }}
+ fingerprint: ${{ secrets.PUBLIC_RELEASES_GPG_FINGERPRINT }}
20
git_config_global: true
21
git_user_signingkey: true
22
git_commit_gpgsign: true
0 commit comments