Skip to content

scheduled

scheduled #302

Workflow file for this run

name: scheduled
on:
repository_dispatch: {}
workflow_dispatch: {}
schedule:
- cron: "00 18 * * *"
permissions: read-all
jobs:
schedule:
uses: miracum/.github/.github/workflows/standard-schedule.yaml@6e79e87ffce2b28fa1052cbe3ac78f9ab7a2ea77 # v1.11.3
permissions:
contents: read
issues: write
security-events: write
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}