Skip to content

Commit e037ec2

Browse files
Update dojo-e2e.yml
Using secrets
1 parent 8f98560 commit e037ec2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dojo-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ jobs:
157157
- name: setup workload identity federation
158158
uses: 'google-github-actions/auth@v3'
159159
with:
160-
service_account: 'vertex-express@contextable-ci-builds-474115.iam.gserviceaccount.com'
161-
workload_identity_provider: 'projects/27343391129/locations/global/workloadIdentityPools/github/providers/my-repo'
160+
service_account: '${{ secrets.GOOGLE_SERVICE_ACCOUNT }}'
161+
workload_identity_provider: '${{ secrets.WORKLOAD_IDENTITY_PROVIDER }}'
162162

163163

164164
- name: Run dojo+agents

0 commit comments

Comments
 (0)