Skip to content

Commit

Permalink
fix sync CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Apr 30, 2024
1 parent fc93a71 commit 8d00c5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ on:
schedule:
- cron: "*/5 * * * *"
workflow_dispatch:

jobs:
repo-sync:
runs-on: ubuntu-latest
steps:
- 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
Expand Down

0 comments on commit 8d00c5f

Please sign in to comment.