Skip to content

Scheduled actions

Scheduled actions #443

Workflow file for this run

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