diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 32c4c089ba..2f365407a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -270,7 +270,7 @@ jobs: run: sha256sum ${{env.RELEASE_BIN_FILENAME}} > ${{env.RELEASE_BIN_FILENAME}}.sha256 - name: Import GPG key id: import-gpg - uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 + uses: crazy-max/ghaction-import-gpg@2dc316deee8e90f13e1a351ab510b4d5bc0c82cd with: gpg_private_key: ${{secrets.FREQUENCY_PGP_SECRET_SUBKEYS}} passphrase: ${{secrets.FREQUENCY_PGP_MASTER_KEY_PASSWORD}}