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.
Source:stackexchange.com