You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix GPG import - use temp file instead of process substitution
The 3<<< syntax doesn't work reliably. Use temp file approach:
- Write key to temp file
- Pipe passphrase to gpg --passphrase-fd 0
- Import from temp file
- Clean up temp file
0 commit comments