workflows: use GITHUB_TOKEN when checking license

This commit is contained in:
Jonathan Chang 2020-07-17 21:46:24 +10:00
parent 7d7654d330
commit 0c39d089d6

View File

@ -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: |