Skip to content

Commit ccfc851

Browse files
committed
github: set JEKYLL_GITHUB_TOKEN env
This hopefully rate limiting warnings and errors in building the documentation.
1 parent 05987d1 commit ccfc851

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
run: git fetch --no-tags --prune --depth=1 origin refs/heads/gh-pages:refs/heads/gh-pages
3535

3636
- name: Build site
37+
env:
38+
JEKYLL_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3739
run: |
3840
git config user.name "Github Actions"
3941
git config user.email "[email protected]"

0 commit comments

Comments
 (0)