Skip to content

Commit

Permalink
Updated the GSM api to retrive secret
Browse files Browse the repository at this point in the history
  • Loading branch information
adityalifi committed Feb 13, 2025
1 parent 869419e commit 92b214c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
token_format: 'access_token'
workload_identity_provider: 'projects/800848389157/locations/global/workloadIdentityPools/github/providers/github'
service_account: 'artifact-deployer-secret@jumper-g-management.iam.gserviceaccount.com'

- name: Enable Secret Manager API
run: |
gcloud services enable secretmanager.googleapis.com --project=jumper-g-management
env:
GOOGLE_APPLICATION_CREDENTIALS: ${{ steps.gcpauth.outputs.credentials_file_path }}

- name: Access Environment Secrets
id: secrets
Expand Down

0 comments on commit 92b214c

Please sign in to comment.