Skip to content

Commit 7879820

Browse files
committed
fix(ci): use PAT for cross-repo Homebrew Cask update
1 parent fe2f6fa commit 7879820

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
@@ -123,7 +123,7 @@ jobs:
123123
124124
- name: Update Cask in homebrew tap
125125
env:
126-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
126+
GH_TOKEN: ${{ secrets.PAT }}
127127
VERSION: ${{ needs.create-release.outputs.version }}
128128
SHA_ARM: ${{ steps.sha.outputs.arm }}
129129
SHA_INTEL: ${{ steps.sha.outputs.intel }}

0 commit comments

Comments
 (0)