Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

scheduled

scheduled #324

Workflow file for this run

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