diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2407c36..4dfaaf5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,8 +24,8 @@ jobs: uses: crazy-max/ghaction-import-gpg@v5.0.0 with: # These secrets will need to be configured for the repository: - gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} - passphrase: ${{ secrets.PASSPHRASE }} + gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY_2024 }} + passphrase: ${{ secrets.GPG_PASSPHRASE_2024 }} - name: Run GoReleaser uses: goreleaser/goreleaser-action@v3.0.0