From 2f89fd56693468f7fadade13531437fa0e0e21ca Mon Sep 17 00:00:00 2001 From: Hammy <58985301+sgoudham@users.noreply.github.com> Date: Tue, 8 Oct 2024 09:51:01 +0100 Subject: [PATCH] ci: delete `autoupdate.yml` (#39) --- .github/workflows/autoupdate.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/autoupdate.yml diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml deleted file mode 100644 index c8180fd..0000000 --- a/.github/workflows/autoupdate.yml +++ /dev/null @@ -1,18 +0,0 @@ -on: - schedule: - - cron: "0 9 * * *" # renovate gets into work at 9:00 on the dot - workflow_dispatch: - -name: "Auto-update Homebrew formulae" - -jobs: - autoupdate: - runs-on: ubuntu-latest - steps: - - name: Check for formula updates - uses: dawidd6/action-homebrew-bump-formula@v3 - with: - # PAT with only the 'public_repo' scope enabled - token: ${{secrets.AUTOUPDATE_PAT}} - tap: catppuccin/homebrew-tap - livecheck: true