Skip to content

Commit

Permalink
fix: use github.token for Homebrew operations
Browse files Browse the repository at this point in the history
Co-Authored-By: Shiloh Heurich <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and sheurich committed Dec 18, 2024
1 parent c4c93d6 commit 41ff2fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-tap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Update Homebrew formulae
uses: dawidd6/action-homebrew-bump-formula@v3
env:
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
HOMEBREW_GITHUB_API_TOKEN: ${{ github.token }}
with:
livecheck: true
tap: sheurich/tap
token: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
token: ${{ github.token }}

0 comments on commit 41ff2fe

Please sign in to comment.