We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 706f465 commit 47f5fd7Copy full SHA for 47f5fd7
1 file changed
.github/workflows/deploy.yml
@@ -22,9 +22,10 @@ jobs:
22
git config --global user.email "noreply@spongepowered.org"
23
git config --global user.name "github-actions"
24
- name: Configure Google Cloud credentials
25
- uses: Moonsworth/Actions/google-cloud-auth@master
+ uses: google-github-actions/auth@v3
26
with:
27
- 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'
28
+ service_account: "github-actions@mw-lunarclient-cdn.iam.gserviceaccount.com"
29
30
- name: Setup Java
31
uses: actions/setup-java@v3
0 commit comments