Skip to content

Commit

Permalink
chore: attempt to fix error Failed to get Firebase project weatherkid…
Browse files Browse the repository at this point in the history
…s-dev-67016. Please make sure the project exists and your account has permission to access it.
  • Loading branch information
lihini committed Apr 29, 2024
1 parent c969ec3 commit f96fe8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/firebase-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
envkey_MONGO_URL: ${{ env.DB_FOR_BRANCH }}
envkey_JWT_SECRET: ${{ env.SECRET_FOR_BRANCH }}
- name: Login to firebase
run: firebase login:ci --no-localhost
uses: w9jds/[email protected]
with:
args: login:ci --no-localhost
- name: Deploy to firebase cloud functions.
uses: w9jds/[email protected]
with:
Expand Down

0 comments on commit f96fe8a

Please sign in to comment.