Skip to content

Commit

Permalink
.github(fetch-configlet): pass in GITHUB_TOKEN (#806)
Browse files Browse the repository at this point in the history
Try to resolve errors due to rate limiting.

Closes: #803
  • Loading branch information
ee7 authored Aug 22, 2023
1 parent 98095a5 commit 731c6ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/fetch-configlet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
- name: Run fetch-configlet
shell: bash
run: ./scripts/fetch-configlet
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Run the downloaded configlet
env:
Expand All @@ -49,3 +51,5 @@ jobs:
Remove-Item bin/configlet.exe
scripts/fetch-configlet.ps1
bin/configlet.exe --version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 731c6ad

Please sign in to comment.