From 7d0535559a186950dc74962c506ca04f162de400 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Ill=C3=A9s?= <105739329+IPHUN1989@users.noreply.github.com> Date: Thu, 23 May 2024 14:44:50 +0200 Subject: [PATCH] Update main.yml Add new token to granting access --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d160972..e3b0223 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: - name: Deploy site docs output to GitHub Pages uses: JamesIves/github-pages-deploy-action@3.7.1 with: - GITHUB_TOKEN: ${{ secrets.TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_PAGES_TOKEN }} BRANCH: development # The branch the action should deploy to. FOLDER: backend/target/site # The folder the action should deploy. CLEAN: true # Automatically remove deleted files from the deploy branch