Skip to content

Commit

Permalink
feat(proto): Google Cloudの認証アクションをv0からv2に更新
Browse files Browse the repository at this point in the history
  • Loading branch information
KinjiKawaguchi committed Feb 12, 2024
1 parent 5b6fabc commit 83d8176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-gcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- id: "auth"
name: "Authenticate to Google Cloud"
uses: "google-github-actions/auth@v0"
uses: "google-github-actions/auth@v2"
with:
token_format: "access_token"
workload_identity_provider: github-actions-service-account
Expand Down

0 comments on commit 83d8176

Please sign in to comment.