Skip to content

Commit 0c509ba

Browse files
Update dojo-e2e.yml
Putting dojo-e2e.yml back to where it was.
1 parent 986b454 commit 0c509ba

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/dojo-e2e.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ jobs:
1010
e2e:
1111
name: ${{ matrix.suite }}
1212
runs-on: depot-ubuntu-24.04
13-
permissions:
14-
contents: 'read'
15-
id-token: 'write'
1613
strategy:
1714
fail-fast: false
1815
matrix:
@@ -156,15 +153,7 @@ jobs:
156153
echo "LANGSMITH_API_KEY=${LANGSMITH_API_KEY}" >> examples/typescript/.env
157154
echo "OPENAI_API_KEY=${OPENAI_API_KEY}" > python/ag_ui_langgraph/.env
158155
echo "LANGSMITH_API_KEY=${LANGSMITH_API_KEY}" >> python/ag_ui_langgraph/.env
159-
160-
- name: write adk-middleware env file
161-
working-directory: typescript-sdk/integrations/adk-middleware
162-
env:
163-
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
164-
if: ${{ contains(join(matrix.services, ','), 'adk-middleware') }}
165-
run: |
166-
echo "GOOGLE_API_KEY=${GOOGLE_API_KEY}" > python/examples/.env
167-
156+
168157
- name: Run dojo+agents
169158
uses: JarvusInnovations/background-action@v1
170159
env:

0 commit comments

Comments
 (0)