From 178809b6132b95c34a60e81da9132d788c708c5b Mon Sep 17 00:00:00 2001 From: Raj Date: Fri, 22 Dec 2023 18:16:02 +0530 Subject: [PATCH] Update GitHub Pages token in deploy workflow --- .github/workflows/blazor-client-helloworld-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blazor-client-helloworld-deploy.yml b/.github/workflows/blazor-client-helloworld-deploy.yml index 951a0b9..44c92c9 100644 --- a/.github/workflows/blazor-client-helloworld-deploy.yml +++ b/.github/workflows/blazor-client-helloworld-deploy.yml @@ -45,5 +45,5 @@ jobs: - name: Deploy to GitHub Pages uses: actions/deploy-pages@v4 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GH_PAT }} artifact_name: published-app