From 0eeb815e57add89d49a0776b8388162ef9088217 Mon Sep 17 00:00:00 2001 From: Robert Bradley Date: Sat, 4 Jan 2025 16:23:42 +0000 Subject: [PATCH] fix: Update behave_pull_request.yml --- .github/workflows/behave_pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/behave_pull_request.yml b/.github/workflows/behave_pull_request.yml index 7bae9639aa..a716905803 100644 --- a/.github/workflows/behave_pull_request.yml +++ b/.github/workflows/behave_pull_request.yml @@ -221,7 +221,7 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v4 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + personal_token: ${{ secrets.GH_PAGES_PAT }} publish_branch: gh-pages publish_dir: allure-history-partial keep_files: true