From 76f5a8ffda920eb44d54ac5b45da4abd50fa64ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=A7=89=20infominer?= Date: Sat, 26 Nov 2022 20:12:23 -0500 Subject: [PATCH] try env --- .github/workflows/github-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 1b2ecd7e..ea50c0c7 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -20,5 +20,5 @@ jobs: restore-keys: | ${{ runner.os }}-gems- - uses: helaili/jekyll-action@2.0.5 # Choose any one of the Jekyll Actions - with: # Some relative inputs of your action - token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + env: + JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }} \ No newline at end of file