Skip to content

Commit a8ae378

Browse files
committed
fix: add homebrew-tap repo access PAT
it is neccessary to run workflow in flamingock/homebrew-tap
1 parent 06bedc6 commit a8ae378

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ jobs:
437437
438438
- name: Trigger tap bump via workflow_dispatch
439439
env:
440-
GH_TOKEN: ${{ github.token }}
440+
GH_TOKEN: ${{ secrets.HOMEBREW_TAP_WORKFLOW_TOKEN }}
441441
run: |
442442
VERSION="${{ needs.validate.outputs.version }}"
443443
SHA_LINUX="${{ steps.sha256.outputs.sha_linux }}"

0 commit comments

Comments
 (0)