From 01406d0ba36304b16cd8e5e63864fe284bec168f Mon Sep 17 00:00:00 2001 From: Robert Bradley Date: Sat, 4 Jan 2025 16:24:07 +0000 Subject: [PATCH] fix: Update behave_schedule.yml --- .github/workflows/behave_schedule.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/behave_schedule.yml b/.github/workflows/behave_schedule.yml index 2b39f684a3..ec653dcdac 100644 --- a/.github/workflows/behave_schedule.yml +++ b/.github/workflows/behave_schedule.yml @@ -203,7 +203,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-full + publish_dir: allure-history-partial keep_files: true