diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index e350cd3c..63772826 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -70,7 +70,7 @@ jobs: - name: Import GPG key if: github.event.repository.full_name == 'hydephp/cli' - uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec + uses: crazy-max/ghaction-import-gpg@2dc316deee8e90f13e1a351ab510b4d5bc0c82cd with: gpg_private_key: ${{ secrets.GPG_SIGNING_PRIVATE_KEY }} passphrase: ${{ secrets.GPG_SIGNING_KEY_PASSPHRASE }}