Skip to content

Commit

Permalink
Add GITHUB_PAT to update-tic.yml to work around rate limits in {remotes}
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s committed May 22, 2020
1 parent e635f57 commit 4c60cc9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update-tic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
config:
- { os: macOS-latest, r: "release" }

env:
# use GITHUB_TOKEN from GItHub to workaround rate limits in {remotes}
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 4c60cc9

Please sign in to comment.