fix: Configure GPG agent for loopback pinentry in CI#63
Merged
amccall-mindera merged 2 commits intomainfrom Feb 17, 2026
Merged
fix: Configure GPG agent for loopback pinentry in CI#63amccall-mindera merged 2 commits intomainfrom
amccall-mindera merged 2 commits intomainfrom
Conversation
bug: debug github action
ceadf9f to
2d5feae
Compare
Enable loopback pinentry mode for GPG agent to allow non-interactive passphrase input in CI environment. Newer GPG versions require this configuration to accept passphrases via stdin instead of attempting interactive prompts that fail in GitHub Actions runners. Also add workflow_dispatch trigger to allow manual workflow runs...
2d5feae to
4e329fa
Compare
JoaoPinhoMinder
approved these changes
Feb 17, 2026
timea-v
approved these changes
Feb 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Enable loopback pinentry mode for GPG agent to allow non-interactive passphrase input in CI environment. Newer GPG versions require this configuration to accept passphrases via stdin instead of attempting interactive prompts that fail in GitHub Actions runners.
Also add workflow_dispatch trigger to allow manual workflow runs.
Fixes
https://github.com/Mindera/Alfie-iOS/actions/runs/21993786204/job/63762912519
https://github.com/Mindera/Alfie-iOS/actions/runs/22077582529/job/63796066579
Sub Tickets
The
alfie.ymlGH action configuration should be improved with https://mindera.atlassian.net/browse/ALFMOB-236