Commit e934f90
committed
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.yml1 parent 10b0684 commit e934f90
1 file changed
+2
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 28 | + | |
| 29 | + | |
35 | 30 | | |
36 | 31 | | |
37 | 32 | | |
| |||
0 commit comments