[Vuejs]-How to solve this GOOGLE_APPLICATION_CREDENTIALS problem in Firebase hosting with GitHub action CICD

0👍

Instead of FIREBASE_TOKEN, use the GCP_SA_KEY environment variable. According to the docs, it expects:

A normal service account key (json format) or a base64 encoded service account key with the needed permissions for what you are trying to deploy/update.

I hope that helps.

Leave a comment