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(ci): replace Google Cloud auth with Firebase token in prod workflow
- Remove google-github-actions/auth@v2 step that was failing
- Use --token with FIREBASE_TOKEN secret for Firebase deployments (same as staging)
- Aligns production workflow authentication with working staging workflow
- Resolves 'must specify exactly one of workload_identity_provider or credentials_json' error
This matches the authentication pattern used in deploy-staging.yml
0 commit comments