From 99624197ca3183e027993c9b9024b90a357e998d Mon Sep 17 00:00:00 2001 From: ROCyber Solutions <170403848+ROCyberSolutions@users.noreply.github.com> Date: Sat, 12 Oct 2024 19:07:47 +0200 Subject: [PATCH] Resolved merge conflicts --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 04cd338..f95b5a9 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -33,5 +33,5 @@ jobs: if: ${{ github.ref == 'refs/heads/main' }} # Only deploy from main branch uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.apitoken }} publish_dir: ./dist # Vite builds the app into 'dist'