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 c210db7 commit f87470cCopy full SHA for f87470c
.github/workflows/release.yml
@@ -39,9 +39,9 @@ jobs:
39
- name: Import GPG key
40
id: import_gpg
41
uses: crazy-max/ghaction-import-gpg@v6
42
- env:
43
- GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
44
- PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
+ with:
+ gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
+ passphrase: ${{ secrets.GPG_PASSPHRASE }}
45
46
- name: Get tag name
47
id: get_tag_name
0 commit comments