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