Skip to content

Commit

Permalink
update artifact resistry key
Browse files Browse the repository at this point in the history
  • Loading branch information
kcs-koteswara committed Sep 30, 2024
1 parent 6e27ddb commit 3f33588
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/vertx-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ jobs:
java-version: '17'
distribution: 'adopt'

- name: Authenticate to Google Cloud
uses: google-github-actions/auth@v2
with:
project_id: 'som-rit-infrastructure-prod'
workload_identity_provider: 'projects/294515190965/locations/global/workloadIdentityPools/github/providers/susom-github'
service_account: 'principalSet://iam.googleapis.com/projects/294515190965/locations/global/workloadIdentityPools/github/attribute.repository/susom/vertx-base'
# - name: Authenticate to Google Cloud
# uses: google-github-actions/auth@v2
# with:
# project_id: 'som-rit-infrastructure-prod'
# workload_identity_provider: 'projects/294515190965/locations/global/workloadIdentityPools/github/providers/susom-github'
# service_account: 'principalSet://iam.googleapis.com/projects/294515190965/locations/global/workloadIdentityPools/github/attribute.repository/susom/vertx-base'

- name: Copy Maven settings
run: cp ./travis/settings.xml $HOME/.m2/settings.xml
Expand Down
4 changes: 2 additions & 2 deletions travis/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<servers>
<server>
<id>artifact-registry</id>
<username>oauth2accesstoken</username>
<password>${env.GOOGLE_OAUTH_ACCESS_TOKEN}</password>
<username>_json_key_base64</username>
<password>${env.ARTIFACT_REGISTRY_KEY}</password>
<!-- <configuration>
<httpConfiguration>
<get>
Expand Down

0 comments on commit 3f33588

Please sign in to comment.