From 95fd9dd284a232d96422befbc1075c7ad00652a3 Mon Sep 17 00:00:00 2001 From: DidierRLopes Date: Sat, 25 Nov 2023 22:20:12 -0800 Subject: [PATCH] Update github-pages.yml --- .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 1d727154db..0fc7569ad6 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -43,7 +43,7 @@ jobs: github.event.pull_request.base.ref == 'develop' && startsWith(github.head_ref, 'docs/')) with: - github_token: ${{ secrets.DEPLOY_TOKEN }} + github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./build # The following lines assign commit authorship to the official # GH-Actions bot for deploys to `gh-pages` branch: