update token

This commit is contained in:
leehk 2025-04-18 21:47:08 +08:00
parent 68c32bdbfb
commit 45958614e4

View File

@ -238,7 +238,7 @@ jobs:
name: JUnit Test Report name: JUnit Test Report
path: ${{ runner.temp }}/${{ inputs.testResultsFilename }} # Path to the JUnit XML file path: ${{ runner.temp }}/${{ inputs.testResultsFilename }} # Path to the JUnit XML file
reporter: java-junit # Specify the format reporter: java-junit # Specify the format
token: ${{ secrets.TEST-REPORT }} token: ${{ secrets.repo_test_1 }}
- name: Docker Compose Down - name: Docker Compose Down
if: always() # Always run cleanup if: always() # Always run cleanup