Mayhem API daily (admin role only) #59
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Mayhem API daily (admin role only)" | ||
on: | ||
schedule: | ||
- cron: '0 23 * * *' | ||
jobs: | ||
mayhem-template: | ||
Check failure on line 8 in .github/workflows/mayhem-daily.yml GitHub Actions / Mayhem API daily (admin role only)Invalid workflow file
|
||
uses: ./.github/workflows/mayhem-api-template.yml | ||
with: | ||
version: "admin" | ||
duration: "auto" | ||
secrets: | ||
MAPI_TOKEN: ${{ secrets.MAPI_TOKEN }} |