Skip to content

Commit c360469

Browse files
committed
adding token
1 parent 8662ec6 commit c360469

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

action.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ runs:
2121
- name: Download EvoMaster JAR using GitHub CLI
2222
run: gh release download --repo webfuzzing/evomaster --pattern "evomaster.jar"
2323
shell: bash
24+
env:
25+
GH_TOKEN: ${{ github.token }}
2426

2527
- name: Run EvoMaster
2628
run: java -jar evomaster.jar ${{ inputs.args }}

0 commit comments

Comments
 (0)