Skip to content

Commit 0cf99d6

Browse files
authored
Merge pull request #2200 from marquiz/devel/jekyll-env
github: set JEKYLL_GITHUB_TOKEN env
2 parents 05987d1 + ccfc851 commit 0cf99d6

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)