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 1320a80 commit 3586048Copy full SHA for 3586048
.github/workflows/release.yml
@@ -201,7 +201,7 @@ jobs:
201
run: sha256sum ${{env.RELEASE_BIN_FILENAME}} > ${{env.RELEASE_BIN_FILENAME}}.sha256
202
- name: Import GPG key
203
id: import-gpg
204
- uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5
+ uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec
205
with:
206
gpg_private_key: ${{secrets.FREQUENCY_PGP_SECRET_SUBKEYS}}
207
passphrase: ${{secrets.FREQUENCY_PGP_MASTER_KEY_PASSWORD}}
0 commit comments