Skip to content

Commit d9cd410

Browse files
committed
Use token for Homebrew releases
1 parent 6c9cc3c commit d9cd410

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release_github.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,8 @@ jobs:
345345
path: homebrew-tap
346346

347347
- name: Update Homebrew formula
348+
env:
349+
GH_TOKEN: ${{ github.token }}
348350
if: steps.check_prerelease.outputs.is_prerelease == 'false'
349351
run: |
350352
chmod +x celq-repo/.github/scripts/update-homebrew-formula.sh

0 commit comments

Comments
 (0)