summaryrefslogtreecommitdiff
path: root/.github/workflows/build-jekyll.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build-jekyll.yml')
-rw-r--r--.github/workflows/build-jekyll.yml2
1 files changed, 1 insertions, 1 deletions
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