Skip to content

Commit 6627915

Browse files
committed
Update update-homebrew-tap.yml
1 parent b665b98 commit 6627915

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-homebrew-tap.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
type: string
1212

1313
permissions:
14-
contents: read
14+
contents: write
1515

1616
jobs:
1717
update-homebrew-tap:
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v4
2828
with:
2929
repository: beeper/homebrew-tap
30-
token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
30+
token: ${{ secrets.GITHUB_TOKEN }}
3131
path: homebrew-tap
3232

3333
- name: Update formula

0 commit comments

Comments
 (0)