commit a2e7bbbef0e33153f81e8addea92eb35b9410143 parent 2eb83fb68edccde0d82557aa2176354ce17bfcc0 Author: Zane Schaffer <101823296+znschaffer@users.noreply.github.com> Date: Mon, 20 Nov 2023 11:45:46 -0800 Update main.yml Diffstat:
| M | .github/workflows/main.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml @@ -16,6 +16,6 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.ACTIONS_DEPLOY_KEY }} publish_dir: ./out