Skip to content

Commit 4f3ab20

Browse files
committed
chore(ci): try fixing homebrew action
Try fixing homebrew action. Signed-off-by: Noel Georgi <git@frezbo.dev>
1 parent 600c0ab commit 4f3ab20

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-homebrew.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@v6
4040
with:
4141
repository: siderolabs/homebrew-tap
42-
token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
42+
token: ${{ github.token }}
4343
path: homebrew-tap
4444

4545
- name: Update Homebrew formula
@@ -96,7 +96,7 @@ jobs:
9696
if: steps.check-latest.outputs.is_latest == 'true'
9797
env:
9898
VERSION: ${{ steps.version.outputs.version }}
99-
GH_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN }}
99+
GH_TOKEN: ${{ github.token }}
100100
run: |
101101
cd homebrew-tap
102102

0 commit comments

Comments
 (0)