From 5edb12c96dd3c0ba44020cd66d700efd7df534ff Mon Sep 17 00:00:00 2001 From: leehk Date: Fri, 18 Apr 2025 20:11:26 +0800 Subject: [PATCH] update with repo-scope access --- .github/workflows/template_test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/template_test.yml b/.github/workflows/template_test.yml index fa52ef3..dd4b5c2 100644 --- a/.github/workflows/template_test.yml +++ b/.github/workflows/template_test.yml @@ -232,6 +232,7 @@ jobs: name: JUnit Test Report path: ${{ runner.temp }}/${{ inputs.testResultsFilename }} # Path to the JUnit XML file reporter: java-junit # Specify the format + token: ${{ secrets.TEST-REPORT }} - name: Print Service Logs on Failure or Success if: always() # Always run this step