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
GitHub Actions passes AUTH_JSON as an empty string
when the input is unset, which caused config
parsing to fail before auth keys were written.
Treat blank AUTH_JSON values as absent in the
auth merge path so generated provider keys remain
valid without requiring a separate JSON payload.
0 commit comments