Skip to content

Commit 0116de2

Browse files
chore: update to new Maven repo
1 parent 3458601 commit 0116de2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- name: Configure Google Cloud credentials
2020
uses: google-github-actions/auth@v1
2121
with:
22-
workload_identity_provider: 'projects/271010089174/locations/global/workloadIdentityPools/github/providers/github-oidc'
23-
service_account: 'github-actions@moonsworth-299m4oir.iam.gserviceaccount.com'
22+
workload_identity_provider: 'projects/266324743316/locations/global/workloadIdentityPools/github/providers/github-oidc'
23+
service_account: 'github-actions@mw-lunarclient-maven-repo.iam.gserviceaccount.com'
2424

2525
- name: Use JDK 11
2626
uses: actions/setup-java@v1

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ subprojects {
101101
}
102102
repositories {
103103
maven {
104-
url "artifactregistry://us-maven.pkg.dev/moonsworth-299m4oir/maven-public"
104+
url "artifactregistry://us-maven.pkg.dev/mw-lunarclient-maven-repo/public"
105105
}
106106
}
107107
}

0 commit comments

Comments
 (0)