We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11aca9d commit bb3a33dCopy full SHA for bb3a33d
1 file changed
.github/workflows/release-homebrew-tap.yml
@@ -37,7 +37,6 @@ on:
37
38
env:
39
FSCRIPT_VERSION: ${{ inputs.version }}
40
- GITHUB_TOKEN: ${{ secrets.PAT_HOMEBREW_TAP }}
41
42
jobs:
43
update-homebrew-tap:
@@ -75,6 +74,8 @@ jobs:
75
74
- name: Update Homebrew formula
76
77
FSCRIPT_GH_REPO: ${{ github.repository }}
+ GITHUB_TOKEN: ${{ github.token }}
78
+ GH_TOKEN: ${{ github.token }}
79
run: |
80
set -euo pipefail
81
./fscript/.github/scripts/generate-homebrew-tap \
0 commit comments