Skip to content

Commit

Permalink
add JEKYLL_GITHUB_TOKEN from env
Browse files Browse the repository at this point in the history
  • Loading branch information
Flyingmana committed Feb 11, 2024
1 parent 74163df commit 4082d5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
run: bundle exec jekyll build --verbose --baseurl "${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: production
JEKYLL_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 4082d5c

Please sign in to comment.