We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6cde744 + 4bf691a commit 32e6914Copy full SHA for 32e6914
.github/workflows/release.yaml
@@ -20,8 +20,8 @@ jobs:
20
uses: crazy-max/ghaction-import-gpg@v5.0.0
21
with:
22
# 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 }}
+ gpg_private_key: ${{ secrets.KURRENT_IO_GPG_KEY }}
+ passphrase: ${{ secrets.KURRENT_IO_GPG_KEY_PASSPHRASE }}
25
- name: Run GoReleaser
26
uses: goreleaser/goreleaser-action@v3.0.0
27
0 commit comments