Files
Pygentic-AI/.github
Francis Secada a7f3aadef9 fix(ci): use printf for safe JSON handling with special characters
Issue: Secrets with special characters (SSH_PRIVATE_KEY) breaking shell
Error: "command not found" due to shell interpreting secret values

Root Cause: echo interprets escape sequences and special characters
Fix: Use printf '%s' for literal string output

Changes:
- Replace echo with printf '%s' for safe JSON handling
- Filter out github_token (not needed in .env)
- Multi-line jq for better readability

This fixes multiline secrets (SSH keys, certificates, etc.)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-04 16:28:10 -05:00
..