aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7a3a301..6d8ea09 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -13,6 +13,8 @@ jobs:
local_build:
runs-on: ubuntu-latest
name: Local build
+ env:
+ JEKYLL_GITHUB_TOKEN: '${{ secrets.GH_TOKEN }}'
steps:
- name: Checkout
uses: actions/checkout@v3