Skip to content

Commit

Permalink
adding token
Browse files Browse the repository at this point in the history
  • Loading branch information
arcuri82 committed Dec 19, 2024
1 parent 8662ec6 commit c360469
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ runs:
- name: Download EvoMaster JAR using GitHub CLI
run: gh release download --repo webfuzzing/evomaster --pattern "evomaster.jar"
shell: bash
env:
GH_TOKEN: ${{ github.token }}

- name: Run EvoMaster
run: java -jar evomaster.jar ${{ inputs.args }}
Expand Down

0 comments on commit c360469

Please sign in to comment.