diff --git a/.github/workflows/behave_schedule.yml b/.github/workflows/behave_schedule.yml index df63c6a93f..88c2ae61f7 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: - personal_token: ${{ secrets.ACTIONS_DEPLOY_KEY }} + deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} publish_branch: gh-pages publish_dir: allure-history-partial keep_files: true