From 00248b2e314100ac538480f0f27ab77c92521980 Mon Sep 17 00:00:00 2001 From: Mandar Patil Date: Thu, 8 Feb 2024 06:43:39 -0800 Subject: [PATCH] Update ci-main-test-coverage.yml --- .github/workflows/ci-main-test-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-main-test-coverage.yml b/.github/workflows/ci-main-test-coverage.yml index 2b75b8d..a063f50 100644 --- a/.github/workflows/ci-main-test-coverage.yml +++ b/.github/workflows/ci-main-test-coverage.yml @@ -124,7 +124,7 @@ jobs: if: always() uses: peaceiris/actions-gh-pages@v3 with: - deploy_key: ${{ secrets.DEPLOY_PRIVATE_KEY }} + deploy_key: ${{ secrets.GITHUB_TOKEN }} publish_branch: gh-pages publish_dir: ./reports