diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index e99194990318d..5aa887c15f034 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -182,7 +182,7 @@ jobs: if: always() uses: scacap/action-surefire-report@v1 with: - github_token: ${{ secrets.TEST_REPORT_GITHUB_TOKEN }} + github_token: ${{ secrets.GITHUB_TOKEN }} report_paths: "**/target/test-reports/*.xml" # Static analysis, and documentation build