We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8662ec6 commit c360469Copy full SHA for c360469
1 file changed
action.yaml
@@ -21,6 +21,8 @@ runs:
21
- name: Download EvoMaster JAR using GitHub CLI
22
run: gh release download --repo webfuzzing/evomaster --pattern "evomaster.jar"
23
shell: bash
24
+ env:
25
+ GH_TOKEN: ${{ github.token }}
26
27
- name: Run EvoMaster
28
run: java -jar evomaster.jar ${{ inputs.args }}
0 commit comments