diff --git a/.github/workflows/template_test.yml b/.github/workflows/template_test.yml index c0f2258..e6e0649 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.repo_test_1 }} + token: ${{ secrets.repo_test_1 }} - name: Docker Compose Down if: always() # Always run cleanup