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
Skip Docker auth and push steps when secrets are unavailable
On fork pushes, secrets are not available but the event_name is "push"
(not "pull_request"), so the existing guards don't prevent the Google
auth step from running and failing.
Add env.SERVICE_ACCOUNT != '' checks to all secret-dependent steps
so they are skipped gracefully on forks.
0 commit comments