Skip to content

Commit 4082d5c

Browse files
committed
add JEKYLL_GITHUB_TOKEN from env
1 parent 74163df commit 4082d5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/jekyll.yml

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
run: bundle exec jekyll build --verbose --baseurl "${{ steps.pages.outputs.base_path }}"
4747
env:
4848
JEKYLL_ENV: production
49+
JEKYLL_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4950
- name: Upload artifact
5051
# Automatically uploads an artifact from the './_site' directory by default
5152
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)