Skip to content

Scheduled actions

Scheduled actions #270

Workflow file for this run

name: Scheduled actions
on:
schedule:
- cron: "0 8 * * *"
jobs:
scheduled:
uses: zeshuaro/github-actions-workflows/.github/workflows/scheduled.yml@f2467fb11b05a1bc9d1a313106ae43af6d1b45e2
secrets:
GH_APP_ID: ${{ secrets.GH_APP_ID }}
GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}