Skip to content

Commit 32e6914

Browse files
authored
Merge pull request #122 from kurrent-io/gpg-key-update
gpg-key-update
2 parents 6cde744 + 4bf691a commit 32e6914

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
uses: crazy-max/ghaction-import-gpg@v5.0.0
2121
with:
2222
# These secrets will need to be configured for the repository:
23-
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY_2025 }}
24-
passphrase: ${{ secrets.GPG_PASSPHRASE_2025 }}
23+
gpg_private_key: ${{ secrets.KURRENT_IO_GPG_KEY }}
24+
passphrase: ${{ secrets.KURRENT_IO_GPG_KEY_PASSPHRASE }}
2525
- name: Run GoReleaser
2626
uses: goreleaser/goreleaser-action@v3.0.0
2727
with:

0 commit comments

Comments
 (0)