diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index f0dfc54..334b089 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -28,6 +28,7 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: + deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./dist user_name: 'ai[bot]'