Skip to content

Commit

Permalink
fix: use pat for homebrew workflow (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
smrz2001 authored Jul 2, 2024
1 parent 6be2bb2 commit 8fae376
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/update-homebrew.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Update Homebrew Formula

permissions:
contents: write

on:
release:

Expand All @@ -12,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event.action == 'released' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_PAT }}
steps:
- uses: actions/checkout@v4
- name: Get Latest Release
Expand Down

0 comments on commit 8fae376

Please sign in to comment.