diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 37ec7a7a..37a712b2 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@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 + uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec with: gpg_private_key: ${{ secrets.GPG_SIGNING_PRIVATE_KEY }} passphrase: ${{ secrets.GPG_SIGNING_KEY_PASSPHRASE }}