Skip to content

Commit 1558bb1

Browse files
joshpollaraclaude
andcommitted
feat: remove GPG passphrase requirement from release workflow
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8b39887 commit 1558bb1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ jobs:
8585
uses: crazy-max/ghaction-import-gpg@v6
8686
with:
8787
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
88-
passphrase: ${{ secrets.GPG_PASSPHRASE }}
8988

9089
- name: Run GoReleaser
9190
if: steps.check.outputs.skip != 'true'

0 commit comments

Comments
 (0)