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 649e32f commit a7c4f8bCopy full SHA for a7c4f8b
.github/workflows/release.yaml
@@ -71,7 +71,7 @@ jobs:
71
# The following section is done only for releases
72
- name: Import GPG key
73
if: github.event_name == 'release'
74
- uses: crazy-max/ghaction-import-gpg@v5
+ uses: crazy-max/ghaction-import-gpg@v6
75
with:
76
gpg_private_key: ${{ secrets.GPG_KEY_83F9945BC33EC39E9710206C8B4927076BA50A83 }}
77
passphrase: "${{ secrets.GPG_KEY_83F9945BC33EC39E9710206C8B4927076BA50A83_PASSPHRASE }}"
0 commit comments