Skip to content

Commit

Permalink
Update deploy-firebase.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sirishgf authored Nov 6, 2023
1 parent 22af661 commit 8bebac6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy-firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
working-directory: .
run: npm install

- name: Authenticate to Google Cloud
id: auth
uses: google-github-actions/auth@v1
with:
credentials_json: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
# - name: Authenticate to Google Cloud
# id: auth
# uses: google-github-actions/auth@v1
# with:
# credentials_json: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}

- name: Deploy function to Firebase
id: initial-deploy-step
Expand Down

0 comments on commit 8bebac6

Please sign in to comment.