From 58a8ba471648f9c9d00c7f22852fdf35526dcddd Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sat, 3 Oct 2020 10:22:45 -0700 Subject: [PATCH] try again --- .github/workflows/github-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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