Merge pull request #8025 from jonchang/token-for-license

workflows: use GITHUB_TOKEN when checking license
This commit is contained in:
Jonathan Chang 2020-07-17 22:11:26 +10:00 committed by GitHub
commit 4765814b1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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