From 45958614e46b70253528356ee7cac3324241a488 Mon Sep 17 00:00:00 2001 From: leehk Date: Fri, 18 Apr 2025 21:47:08 +0800 Subject: [PATCH] update token --- .github/workflows/template_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template_test.yml b/.github/workflows/template_test.yml index 781d32c..c0f2258 100644 --- a/.github/workflows/template_test.yml +++ b/.github/workflows/template_test.yml @@ -238,7 +238,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 }} + token: ${{ secrets.repo_test_1 }} - name: Docker Compose Down if: always() # Always run cleanup