Skip to content

Scheduled actions

Scheduled actions #414

Workflow file for this run

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