Skip to content

Commit 44bb7ac

Browse files
chore: use shared action for GCP auth
1 parent d304e22 commit 44bb7ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

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

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

2322
- name: Setup Java

0 commit comments

Comments
 (0)