Skip to content

Mayhem API weekly (all roles) #11

Mayhem API weekly (all roles)

Mayhem API weekly (all roles) #11

Workflow file for this run

name: "Mayhem API weekly (all roles)"
on:
schedule:
- cron: '0 23 * * 0'
jobs:
mayhem-template:

Check failure on line 8 in .github/workflows/mayhem-weekly.yml

View workflow run for this annotation

GitHub Actions / Mayhem API weekly (all roles)

Invalid workflow file

The workflow is not valid. .github/workflows/mayhem-weekly.yml (Line: 8, Col: 3): Error calling workflow 'brinky/domjudge/.github/workflows/mayhem-api-template.yml@98b0b138de4fc7c2330ac957e88d2e9c83792795'. The nested job 'mayhem' is requesting 'actions: read, security-events: write', but is only allowed 'actions: none, security-events: none'.
strategy:
matrix:
include:
- version: "team"
duration: "5m"
- version: "guest"
duration: "auto"
- version: "jury"
duration: "5min"
- version: "admin"
duration: "10m"
uses: ./.github/workflows/mayhem-api-template.yml
with:
version: "${{ matrix.version }}"
duration: "${{ matrix.duration }}"
secrets:
MAPI_TOKEN: ${{ secrets.MAPI_TOKEN }}