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 8f98560 commit e037ec2Copy full SHA for e037ec2
.github/workflows/dojo-e2e.yml
@@ -157,8 +157,8 @@ jobs:
157
- name: setup workload identity federation
158
uses: 'google-github-actions/auth@v3'
159
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'
+ service_account: '${{ secrets.GOOGLE_SERVICE_ACCOUNT }}'
+ workload_identity_provider: '${{ secrets.WORKLOAD_IDENTITY_PROVIDER }}'
162
163
164
- name: Run dojo+agents
0 commit comments