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 261fda9 commit c969ec3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/firebase-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
envkey_WEATHERCOM_CLIENT_ID: ${{ secrets.WEATHERCOM_CLIENT_ID }}
envkey_MONGO_URL: ${{ env.DB_FOR_BRANCH }}
envkey_JWT_SECRET: ${{ env.SECRET_FOR_BRANCH }}
- name: Login to firebase
run: firebase login:ci --no-localhost
- name: Deploy to firebase cloud functions.
uses: w9jds/[email protected]
with:
Expand Down

0 comments on commit c969ec3

Please sign in to comment.