Fix: use HOMEBREW_TAP_TOKEN for cross-repo tap access
This commit is contained in:
@@ -86,7 +86,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Update Homebrew formula
|
- name: Update Homebrew formula
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
VERSION="${{ steps.version.outputs.version }}"
|
VERSION="${{ steps.version.outputs.version }}"
|
||||||
SHA_NPM="${{ steps.checksums.outputs.npm_sha }}"
|
SHA_NPM="${{ steps.checksums.outputs.npm_sha }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user