Skip to content

Commit 748fec6

Browse files
Update dojo-e2e.yml
Setup Workload Identity Federation (cherry picked from commit 979b3dc)
1 parent 4a51bff commit 748fec6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/dojo-e2e.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,13 @@ 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+
156163

157164
- name: Run dojo+agents
158165
uses: JarvusInnovations/background-action@v1

0 commit comments

Comments
 (0)