Skip to content

Commit

Permalink
Add GITHUB_AUTH_TOKEN to avoid GH API rate limiting
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioheleno committed Sep 18, 2023
1 parent 0926d74 commit faf0148
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
run: bin/watchr.phar --ansi --version
env:
BOX_REQUIREMENTS_CHECKER_LOG_TO_STDOUT: 1
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Import GPG Key
uses: crazy-max/ghaction-import-gpg@72b6676b71ab476b77e676928516f6982eef7a41
Expand Down

0 comments on commit faf0148

Please sign in to comment.