diff --git a/.github/workflows/build-jekyll.yml b/.github/workflows/build-jekyll.yml index 8a415fa..9528f59 100644 --- a/.github/workflows/build-jekyll.yml +++ b/.github/workflows/build-jekyll.yml @@ -23,7 +23,7 @@ jobs: - uses: jeffreytse/jekyll-deploy-action@master with: provider: 'github' - token: ${{ secrets.GH_TOKEN }} # It's your Personal Access Token(PAT) + token: ${{ secrets.GITHUB_TOKEN }} # It's your Personal Access Token(PAT) repository: '' # Default is current repository branch: 'gh-pages' # Default is gh-pages for github provider jekyll_src: './' # Default is root directory