diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8160acfe..a5a1a5b3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.PAT_TOKEN }} + github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: . force_orphan: true exclude_assets: '.github,openapi,.redocly.yaml,LICENSE,README.md,make.sh'