diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 0e7b0f31..01c4e2b2 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -14,6 +14,6 @@ jobs: if: github.ref == 'refs/heads/master' uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.ACTIONS_DEPLOY_KEY }} + github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./.vuepress/dist cname: pterodactyl.io