diff --git a/.github/workflows/sync-homebrew.yml b/.github/workflows/sync-homebrew.yml deleted file mode 100644 index b9323523..00000000 --- a/.github/workflows/sync-homebrew.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: sync-homebrew - -on: - workflow_dispatch: - -jobs: - bump-casks: - runs-on: macos-latest - steps: - - uses: macauley/action-homebrew-bump-cask@v1 - with: - token: ${{secrets.GH_TOKEN}} - org: viarotel-org - tap: viarotel-org/homebrew-escrcpy - cask: escrcpy - livecheck: true - dryrun: false \ No newline at end of file