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 12548d9 commit ee52726Copy full SHA for ee52726
1 file changed
.github/workflows/test-gpg-fix.yaml
@@ -11,11 +11,12 @@ jobs:
11
- uses: actions/checkout@v4
12
13
- name: Import GPG key
14
+ id: key-import
15
uses: crazy-max/ghaction-import-gpg@v6.1.0
16
with:
17
gpg_private_key: ${{ secrets.RELEASE_ACTOR_GPG_PRIVATE_KEY }}
18
passphrase: ${{ secrets.RELEASE_ACTOR_GPG_PASSPHRASE }}
19
fingerprint: ${{ secrets.RELEASE_ACTOR_GPG_KEY_FINGERPRINT }}
20
git_config_global: true
21
git_user_signingkey: true
- git_commit_gpgsign: true
22
+ git_commit_gpgsign: true
0 commit comments