Skip to content

Commit

Permalink
Fix Firebase Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
kvestus committed Feb 5, 2024
1 parent 7f9f1b9 commit ad48469
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ jobs:
name: dist
path: dist
- name: Set up Google Cloud SDK
uses: google-github-actions/setup-gcloud@v372.0.0
uses: google-github-actions/setup-gcloud@v2
with:
version: '>= 363.0.0'
project_id: ${{ secrets.GOOGLE_PROJECT_ID }}
service_account_key: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_KEY }}
export_default_credentials: true
Expand Down

0 comments on commit ad48469

Please sign in to comment.