Skip to content

Commit

Permalink
update gh workflow to use the right key to gh auth
Browse files Browse the repository at this point in the history
  • Loading branch information
biancarosa committed Jul 20, 2024
1 parent 63dc3d8 commit 6e8711a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- uses: 'google-github-actions/auth@v2'
with:
service_account_key: ${{ secrets.RUN_SA_KEY }}
credentials_json: ${{ secrets.RUN_SA_KEY }}
project_id: ${{ secrets.RUN_PROJECT }}

- uses: google-github-actions/setup-gcloud@v2
Expand Down

0 comments on commit 6e8711a

Please sign in to comment.