We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e55f83 commit 92fa81cCopy full SHA for 92fa81c
.github/workflows/deploy-builder-api.yml
@@ -64,13 +64,12 @@ jobs:
64
uses: 'google-github-actions/auth@f112390a2df9932162083945e46d439060d66ec2' # google-github-actions/auth@v2
65
with:
66
workload_identity_provider: '${{ env.WORKLOAD_IDENTITY_PROVIDER }}'
67
+ service_account: cicd-build-deploy-api@benefit-decision-toolkit-play.iam.gserviceaccount.com
68
+ project_id: ${{ env.PROJECT_ID }}
69
70
- name: Who am I?
71
run: gcloud auth list
72
- - name: Check repos
- run: gcloud artifacts repositories list --project $PROJECT_ID --location us-central1
73
-
74
# BEGIN - Docker auth and build
75
#
76
# If you already have a container image, you can omit these steps.
0 commit comments