Skip to content

Commit

Permalink
Merge pull request #665 from PrefectHQ/dependabot/github_actions/goog…
Browse files Browse the repository at this point in the history
…le-github-actions/auth-2

Bump google-github-actions/auth from 1 to 2
  • Loading branch information
zzstoatzz authored Dec 12, 2023
2 parents fb90e24 + 2a4c0d9 commit 58e793d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-cloudrun-revision-community.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v3

- name: Authenticate to google cloud
uses: google-github-actions/auth@v1
uses: google-github-actions/auth@v2
with:
workload_identity_provider: ${{ secrets.GHA_WORKLOAD_IDENTITY_PROVIDER }}
service_account: marvin-workflow-main@prefect-org-github-actions.iam.gserviceaccount.com
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-cloudrun-revision-internal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v3

- name: Authenticate to google cloud
uses: google-github-actions/auth@v1
uses: google-github-actions/auth@v2
with:
workload_identity_provider: ${{ secrets.GHA_WORKLOAD_IDENTITY_PROVIDER }}
service_account: marvin-workflow-main@prefect-org-github-actions.iam.gserviceaccount.com
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-build-and-push-community.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@v3

- name: Authenticate to Google Cloud
uses: google-github-actions/auth@v1
uses: google-github-actions/auth@v2
with:
workload_identity_provider: ${{ secrets.GHA_WORKLOAD_IDENTITY_PROVIDER }}
service_account: marvin-general-main@prefect-org-github-actions.iam.gserviceaccount.com
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-build-and-push-internal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: actions/checkout@v3

- name: Authenticate to Google Cloud
uses: google-github-actions/auth@v1
uses: google-github-actions/auth@v2
with:
workload_identity_provider: ${{ secrets.GHA_WORKLOAD_IDENTITY_PROVIDER }}
service_account: marvin-general-main@prefect-org-github-actions.iam.gserviceaccount.com
Expand Down

0 comments on commit 58e793d

Please sign in to comment.