diff --git a/.github/workflows/sync-fork.yml b/.github/workflows/sync-fork.yml deleted file mode 100644 index 48a44d0..0000000 --- a/.github/workflows/sync-fork.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Sync fork -on: - schedule: - # Daily at 4:24am - - cron: "24 4 * * *" - workflow_dispatch: {} -jobs: - sync: - runs-on: ubuntu-latest - permissions: - contents: write - steps: - - run: gh repo sync actions/maven-dependency-submission-action -b main - env: - GH_TOKEN: ${{ github.token }}