Skip to content

Commit

Permalink
Fix mayhem test
Browse files Browse the repository at this point in the history
The wrong variables were fed to the job so the scan failed. This should
fix this. It can not easily be tested as we don't run this on push
because of the limited amount of tokens available.
  • Loading branch information
vmcj committed Jul 23, 2023
1 parent 076ff28 commit b38facc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mayhem-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
duration: "10m"
uses: ./.github/workflows/mayhem-api-template.yml
with:
version: "${{ matrix.target }}"
duration: "${{ matrix.version }}"
version: "${{ matrix.version }}"
duration: "${{ matrix.duration }}"
secrets:
MAPI_TOKEN: ${{ secrets.MAPI_TOKEN }}

0 comments on commit b38facc

Please sign in to comment.