fix CI sync file

This commit is contained in:
eyedeekay
2024-04-29 20:28:31 -04:00
parent 95c045e97c
commit d06a8bb4bf

View File

@ -3,6 +3,7 @@ on:
schedule: schedule:
- cron: "*/5 * * * *" - cron: "*/5 * * * *"
workflow_dispatch: workflow_dispatch:
jobs: jobs:
repo-sync: repo-sync:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -10,7 +11,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
persist-credentials: false persist-credentials: false
name: repo-sync name: repo-sync
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: repo-sync/github-sync@v2 uses: repo-sync/github-sync@v2