Skip to content

Commit

Permalink
Merge pull request #82 from susom/deploy-snapshot
Browse files Browse the repository at this point in the history
Update deploy snapshot with authentications
  • Loading branch information
kcs-koteswaradodda authored Sep 16, 2024
2 parents e5e2e70 + 79f0c11 commit a6604c2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/vertx-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,15 @@ jobs:
java-version: '17'
distribution: 'temurin'

- 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'

- name: Configure Artifact Registry authentication
run: gcloud auth configure-docker us-west1-maven.pkg.dev

- name: Cache Maven dependencies
uses: actions/cache@v3
with:
Expand Down

0 comments on commit a6604c2

Please sign in to comment.