Skip to content

Commit

Permalink
chore(github-actions): bump google-github-actions/auth from 1 to 2 (#688
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dependabot[bot] committed Nov 29, 2023
1 parent 47e416f commit cc9f9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: npm run build

- name: Auth to GCP ☁️
uses: 'google-github-actions/auth@v1'
uses: 'google-github-actions/auth@v2'
with:
credentials_json: ${{ secrets.PRODUCTION_GCP_SA_KEY }}

Expand Down

0 comments on commit cc9f9b0

Please sign in to comment.