We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 600c0ab commit 4f3ab20Copy full SHA for 4f3ab20
1 file changed
.github/workflows/update-homebrew.yaml
@@ -39,7 +39,7 @@ jobs:
39
uses: actions/checkout@v6
40
with:
41
repository: siderolabs/homebrew-tap
42
- token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
+ token: ${{ github.token }}
43
path: homebrew-tap
44
45
- name: Update Homebrew formula
@@ -96,7 +96,7 @@ jobs:
96
if: steps.check-latest.outputs.is_latest == 'true'
97
env:
98
VERSION: ${{ steps.version.outputs.version }}
99
- GH_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN }}
+ GH_TOKEN: ${{ github.token }}
100
run: |
101
cd homebrew-tap
102
0 commit comments