Skip to content

scheduled

scheduled #1019

Workflow file for this run

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