We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa62e5 commit 04f42f3Copy full SHA for 04f42f3
1 file changed
.github/workflows/submit.yml
@@ -19,6 +19,9 @@ jobs:
19
api_key: ${{ secrets.COMPETITION_API_KEY }}
20
role: 'attacker'
21
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 }}
25
26
submit-defender:
27
runs-on: ubuntu-latest
@@ -33,3 +36,6 @@ jobs:
33
36
34
37
role: 'defender'
35
38
submission_path: './scenarios/security_arena/agents/defender'
39
40
41
0 commit comments