diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index d8bdb1b..b74cb87 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -28,5 +28,5 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: - github_token: $ + github_token: ${{ secrets.JEKYLL_DEPLOY }} publish_dir: ./_site \ No newline at end of file