Skip to content

Autorerun

Autorerun #15

Workflow file for this run

name: Autorerun
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
rerun:
runs-on: ubuntu-latest
steps:
- uses: plengauer/[email protected]
with:
github_token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}