diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 863d7e8924e..576fb5aaa0c 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -147,7 +147,7 @@ jobs: uses: JamesIves/github-pages-deploy-action@3.7.1 with: REPOSITORY_NAME: deepghs/imgutils-docs - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} GIT_CONFIG_NAME: narugo1992 GIT_CONFIG_EMAIL: narugo992@gmail.com BRANCH: gh-pages # The branch the action should deploy to.