Skip to content

Commit 4c2ffcb

Browse files
chore: use standalone action
1 parent 44bb7ac commit 4c2ffcb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ jobs:
1515
uses: actions/checkout@v3
1616

1717
- name: Configure Google Cloud credentials
18-
uses: Moonsworth/Actions/google-cloud-auth@master
18+
uses: google-github-actions/auth@v3
1919
with:
20-
service_account: 'github-actions@mw-lunarclient-maven-repo.iam.gserviceaccount.com'
20+
workload_identity_provider: 'projects/824216268633/locations/global/workloadIdentityPools/github-actions/providers/github-actions-oidc'
21+
service_account: 'github-actions@mw-lunarclient-maven-repo.iam.gserviceaccount.com'
2122

2223
- name: Setup Java
2324
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)