Skip to content

Commit

Permalink
google-github-actions/auth@v2 utilization
Browse files Browse the repository at this point in the history
  • Loading branch information
donat-konan33 committed Dec 18, 2024
1 parent 8241c1e commit a865989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/.app-engine-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
# Authenticate via Service Account Key JSON
# See https://github.com/google-github-actions/auth#authenticating-via-service-account-key-json-1
- id: 'auth'
uses: 'google-github-actions/auth@v1'
uses: 'google-github-actions/auth@v2'
with:
credentials_json: '${{ secrets.GCP_SA_KEY }}'

#
# Use Google official GHA to deploy 🎉
- id: 'deploy'
uses: 'google-github-actions/deploy-appengine@v1'
uses: 'google-github-actions/deploy-appengine@v2'

0 comments on commit a865989

Please sign in to comment.