We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44bb7ac commit 4c2ffcbCopy full SHA for 4c2ffcb
1 file changed
.github/workflows/deploy.yml
@@ -15,9 +15,10 @@ jobs:
15
uses: actions/checkout@v3
16
17
- name: Configure Google Cloud credentials
18
- uses: Moonsworth/Actions/google-cloud-auth@master
+ uses: google-github-actions/auth@v3
19
with:
20
- service_account: 'github-actions@mw-lunarclient-maven-repo.iam.gserviceaccount.com'
+ 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'
22
23
- name: Setup Java
24
uses: actions/setup-java@v3
0 commit comments