Skip to content

Commit

Permalink
update test credentials action
Browse files Browse the repository at this point in the history
  • Loading branch information
jodeleeuw committed Mar 12, 2024
1 parent 0aec52b commit f059d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cache: "npm"
- uses: 'google-github-actions/auth@v2'
with:
credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}' # Replace with the name of your GitHub Actions secret
credentials_json: '${{ secrets.GOOGLE_TEST_CREDENTIALS }}' # Replace with the name of your GitHub Actions secret
- name: Install firebase tools
run: npm install -g [email protected]
- name: Enable firebase webframeworks
Expand Down

0 comments on commit f059d9c

Please sign in to comment.