Skip to content

Commit 0bbcd9e

Browse files
Reverting Workload Identity Federation
1 parent 748fec6 commit 0bbcd9e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/dojo-e2e.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -153,13 +153,6 @@ jobs:
153153
echo "LANGSMITH_API_KEY=${LANGSMITH_API_KEY}" >> examples/typescript/.env
154154
echo "OPENAI_API_KEY=${OPENAI_API_KEY}" > python/ag_ui_langgraph/.env
155155
echo "LANGSMITH_API_KEY=${LANGSMITH_API_KEY}" >> python/ag_ui_langgraph/.env
156-
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'
162-
163156
164157
- name: Run dojo+agents
165158
uses: JarvusInnovations/background-action@v1
@@ -191,4 +184,4 @@ jobs:
191184
path: |
192185
typescript-sdk/apps/dojo/e2e/test-results/${{ matrix.suite }}/**/*
193186
typescript-sdk/apps/dojo/e2e/playwright-report/**/*
194-
retention-days: 7
187+
retention-days: 7

0 commit comments

Comments
 (0)