Skip to content

Run the workflow #21796

Run the workflow

Run the workflow #21796

Workflow file for this run

name: Run the workflow
on:
schedule:
- cron: "*/10 * * * *"
workflow_dispatch:
permissions:
contents: write
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: "actions/checkout@v4"
- uses: "knerio/GithubSyncFilesAction@main"
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}