From 8d00c5fa31e3d53cf41e76c4fadad46d8f64742c Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Mon, 29 Apr 2024 20:28:08 -0400 Subject: [PATCH] fix sync CI file --- .github/workflows/github-sync.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-sync.yml b/.github/workflows/github-sync.yml index 289caddae..d523b82fc 100644 --- a/.github/workflows/github-sync.yml +++ b/.github/workflows/github-sync.yml @@ -3,6 +3,7 @@ on: schedule: - cron: "*/5 * * * *" workflow_dispatch: + jobs: repo-sync: runs-on: ubuntu-latest @@ -10,7 +11,7 @@ jobs: - uses: actions/checkout@v4 with: persist-credentials: false - name: repo-sync + name: repo-sync env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} uses: repo-sync/github-sync@v2