Skip to content

Commit 04f42f3

Browse files
author
da-h
committed
added missing action variables (run_tests & openapi_*)
1 parent 8aa62e5 commit 04f42f3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/submit.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
api_key: ${{ secrets.COMPETITION_API_KEY }}
2020
role: 'attacker'
2121
submission_path: './scenarios/security_arena/agents/attacker'
22+
run_tests: 'false'
23+
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
24+
openai_base_url: ${{ secrets.OPENAI_BASE_URL }}
2225

2326
submit-defender:
2427
runs-on: ubuntu-latest
@@ -33,3 +36,6 @@ jobs:
3336
api_key: ${{ secrets.COMPETITION_API_KEY }}
3437
role: 'defender'
3538
submission_path: './scenarios/security_arena/agents/defender'
39+
run_tests: 'false'
40+
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
41+
openai_base_url: ${{ secrets.OPENAI_BASE_URL }}

0 commit comments

Comments
 (0)