workflows: use GITHUB_TOKEN when checking license
This commit is contained in:
parent
7d7654d330
commit
0c39d089d6
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -116,6 +116,8 @@ jobs:
|
||||
|
||||
- name: Check for outdated license data
|
||||
run: brew update-license-data --fail-if-changed
|
||||
env:
|
||||
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Run brew tests
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user