Skip to content

Commit 92fa81c

Browse files
Update deploy-builder-api.yml
1 parent 9e55f83 commit 92fa81c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy-builder-api.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,12 @@ jobs:
6464
uses: 'google-github-actions/auth@f112390a2df9932162083945e46d439060d66ec2' # google-github-actions/auth@v2
6565
with:
6666
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 }}
6769

6870
- name: Who am I?
6971
run: gcloud auth list
7072

71-
- name: Check repos
72-
run: gcloud artifacts repositories list --project $PROJECT_ID --location us-central1
73-
7473
# BEGIN - Docker auth and build
7574
#
7675
# If you already have a container image, you can omit these steps.

0 commit comments

Comments
 (0)