Skip to content

Scheduled actions

Scheduled actions #267

Workflow file for this run

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