From 2ce8a8e4b01377a6bb0b67d211c4c41ffd81b0af Mon Sep 17 00:00:00 2001 From: Drew Cain Date: Wed, 18 Jun 2025 22:00:02 -0500 Subject: [PATCH] feat: Automatically update Homebrew Signed-off-by: Drew Cain --- .github/workflows/release.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cc7ec65a..3ffed962 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,12 +57,9 @@ jobs: name: Update Homebrew Formula needs: release runs-on: ubuntu-latest -<<<<<<< HEAD -======= permissions: contents: write actions: read ->>>>>>> 2b8ca1a (Update README with new website and community links) steps: - name: Update Homebrew formula uses: mislav/bump-homebrew-formula-action@v3 @@ -78,16 +75,8 @@ jobs: # Commit message for the formula update commit-message: | {{formulaName}} {{version}} -<<<<<<< HEAD - - Created by https://github.com/basicmachines-co/basic-memory/actions/runs/${{ github.run_id }} - env: - # Personal Access Token with repo scope for homebrew-basic-memory repo - COMMITTER_TOKEN: ${{ secrets.HOMEBREW_TOKEN }} -======= Created by https://github.com/basicmachines-co/basic-memory/actions/runs/${{ github.run_id }} env: # Personal Access Token with repo scope for homebrew-basic-memory repo COMMITTER_TOKEN: ${{ secrets.HOMEBREW_TOKEN }} ->>>>>>> 2b8ca1a (Update README with new website and community links)