Skip to content

Commit bb3a33d

Browse files
committed
fix token issue for tap
1 parent 11aca9d commit bb3a33d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ on:
3737

3838
env:
3939
FSCRIPT_VERSION: ${{ inputs.version }}
40-
GITHUB_TOKEN: ${{ secrets.PAT_HOMEBREW_TAP }}
4140

4241
jobs:
4342
update-homebrew-tap:
@@ -75,6 +74,8 @@ jobs:
7574
- name: Update Homebrew formula
7675
env:
7776
FSCRIPT_GH_REPO: ${{ github.repository }}
77+
GITHUB_TOKEN: ${{ github.token }}
78+
GH_TOKEN: ${{ github.token }}
7879
run: |
7980
set -euo pipefail
8081
./fscript/.github/scripts/generate-homebrew-tap \

0 commit comments

Comments
 (0)