From d06a8bb4bf35d15da9df564fef5bb223a18fbdf3 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Mon, 29 Apr 2024 20:28:31 -0400 Subject: [PATCH] fix CI sync 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 39f273e..fbfea2e 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