Skip to content

Commit

Permalink
Merge pull request #8025 from jonchang/token-for-license
Browse files Browse the repository at this point in the history
workflows: use GITHUB_TOKEN when checking license
  • Loading branch information
jonchang authored Jul 17, 2020
2 parents 7d7654d + 0c39d08 commit 4765814
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 4765814

Please sign in to comment.