Skip to content

fix: use gpg passphrase secret#16

Open
bernardhalas wants to merge 2 commits into
masterfrom
fix/use-gpg-passphrase-secret
Open

fix: use gpg passphrase secret#16
bernardhalas wants to merge 2 commits into
masterfrom
fix/use-gpg-passphrase-secret

Conversation

@bernardhalas
Copy link
Copy Markdown
Member

@bernardhalas bernardhalas commented Jan 29, 2026

  • rename secrets for naming consistency reasons
  • revert last commit, which was aiming to solve a problem; whereas the root cause was a wrongly named secret

Summary by CodeRabbit

  • Chores
    • Updated release process configuration for GPG key management and passphrase handling to streamline automated signing during build pipelines.

✏️ Tip: You can customize this high-level summary in your review settings.

bernardhalas and others added 2 commits January 29, 2026 10:45
Rename the secret reference from PASSPHRASE to GPG_PASSPHRASE to match
the actual secret name configured in GitHub Actions.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jan 29, 2026

Walkthrough

Modified GPG signing configuration in the release pipeline by updating the passphrase secret reference from PASSPHRASE to GPG_PASSPHRASE in the GitHub Actions workflow and removing pinentry-mode loopback arguments from the goreleaser configuration.

Changes

Cohort / File(s) Summary
GPG Signing Configuration
.github/workflows/release.yml, .goreleaser.yml
Updated passphrase secret reference from PASSPHRASE to GPG_PASSPHRASE in GitHub Actions workflow. Removed --pinentry-mode loopback arguments from goreleaser signing configuration, altering how the GPG signing process handles passphrase prompts.

Possibly related PRs

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the main change: renaming the GPG passphrase secret from PASSPHRASE to GPG_PASSPHRASE for consistency.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant