Skip to content

Commit a8015f3

Browse files
author
Sean Sundberg
authored
Update GPG passphrase secret used in release workflow (#44)
Signed-off-by: Sean Sundberg <[email protected]>
1 parent d276f69 commit a8015f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id: import_gpg
3131
with:
3232
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
33-
passphrase: ${{ secrets.PASSPHRASE }}
33+
passphrase: ${{ secrets.GPG_PASSPHRASE }}
3434
- name: Run GoReleaser
3535
uses: goreleaser/[email protected]
3636
with:

0 commit comments

Comments
 (0)