diff --git a/.github/workflows/sync-fork.yaml b/.github/workflows/sync-fork.yaml deleted file mode 100644 index 0e1bc9a0..00000000 --- a/.github/workflows/sync-fork.yaml +++ /dev/null @@ -1,16 +0,0 @@ -name: sync-fork -on: - schedule: - - cron: '0 0 * * *' - workflow_dispatch: { } -jobs: - sync: - runs-on: ubuntu-latest - permissions: - contents: write - steps: - - run: gh repo sync $REPOSITORY -b $BRANCH_NAME - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - REPOSITORY: ${{ github.repository }} - BRANCH_NAME: ${{ github.ref_name }}