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: improve base64 decoding robustness in release pipeline
- Added validation for all required environment variables
- Implemented multiple base64 decoding methods as fallback
- Added automatic whitespace/newline removal if needed
- Added file verification to ensure API key was properly created
- Better error messages for debugging
This handles potential issues with:
- Different base64 command flags (-d vs --decode)
- Whitespace or newline characters in the secret
- Empty or missing secrets
0 commit comments