We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This applies when you see failures on the deploy-to-firebase-on-merge action. Typically, you would see errors of the form:
deploy-to-firebase-on-merge
"error": "Failed to authenticate, have you run firebase login?"
To fix this, you need to renew the key for the service account used to deploy to Firebase
gcloud iam service-accounts keys create /tmp/gnd-key.json \ --iam-account=<service-account>@appspot.gserviceaccount.com --project=<project name>
/tmp/gnd-key.json
cat /tmp/gnd-key.json
and copy the output to your clipboard.
FIREBASE_SERVICE_ACCOUNT_GND_DEV