From b55a8729bb0ef3374b1c8f4df084e92ee2779197 Mon Sep 17 00:00:00 2001 From: Alex Velichko Date: Tue, 14 Nov 2023 12:00:06 +0300 Subject: [PATCH] feat(ci): updated Deploy report to Github Pages flow step (#3984) Signed-off-by: Alex Velichko --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7b47fb377e..a6004e90e5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -216,7 +216,7 @@ jobs: - name: Deploy report to Github Pages if: ${{ github.ref == 'refs/heads/main' }} uses: peaceiris/actions-gh-pages@v3 - env: + with: PERSONAL_TOKEN: ${{ secrets.GITHUB_TOKEN }} PUBLISH_BRANCH: gh-pages PUBLISH_DIR: allure-history