Skip to content

v20250824-auth-fix

Choose a tag to compare

@MrCoder MrCoder released this 24 Aug 07:28
· 69 commits to master since this release

πŸ”§ Hotfix: Production Deployment Authentication

This release fixes the authentication error in the production deployment workflow.

πŸ› Issue Fixed

  • Error: google-github-actions/auth failed with authentication requirements
  • Root Cause: Production workflow was using Google Cloud auth while staging uses Firebase token

βœ… Solution Applied

  • Removed google-github-actions/auth@v2 step from production workflow
  • Added Firebase token authentication to deployment commands
  • Aligned production workflow authentication with working staging workflow pattern

πŸ”„ Changes Made

  • Updated deploy-prod.yml to use Firebase token authentication
  • Matches the proven authentication method from deploy-staging.yml
  • Eliminates Google Cloud service account dependency

🎯 Expected Result

  • βœ… Production deployments should now authenticate successfully
  • βœ… Firebase Functions deployment will work with token-based auth
  • βœ… Consistent authentication pattern across staging and production

This hotfix ensures the revert to working state can deploy successfully to production.