Skip to content

Commit

Permalink
fix: add token
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev authored Mar 12, 2024
1 parent 30521bd commit 9733171
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
username: BrewTestBot

- name: Detect references
env:
GH_TOKEN: ${{ github.token }}
shell: bash
run: |
core_patches=$(git -C homebrew-core grep -h "Homebrew/formula-patches" | awk -F/ '{print $(NF-1)"/"$NF}' | tr -d '"')
Expand Down

0 comments on commit 9733171

Please sign in to comment.