From 15ec6dda214e5095416e5f8a194bf7394086965a Mon Sep 17 00:00:00 2001 From: Katsute <58778985+Katsute@users.noreply.github.com> Date: Wed, 17 Jan 2024 20:30:56 -0500 Subject: [PATCH] restore junit report --- .github/workflows/ci.yml | 3 ++- .github/workflows/mta_ci.yml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c24dfe0..91a14a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,4 +13,5 @@ jobs: name: Java CI uses: KatsuteDev/Workflows/.github/workflows/java.ci.yml@main with: - package: true \ No newline at end of file + package: true + secrets: inherit \ No newline at end of file diff --git a/.github/workflows/mta_ci.yml b/.github/workflows/mta_ci.yml index 3dfd30f..452e341 100644 --- a/.github/workflows/mta_ci.yml +++ b/.github/workflows/mta_ci.yml @@ -53,9 +53,9 @@ jobs: uses: actions/checkout@v4 with: repository: Katsute/JUnit-Report - ref: f8c3faa29af146ae5945a2bfa2a8fc6b34c1c216 + ref: 862f2f943b2274619fe0ed4ef9d8bbe965607a1f path: ./.github/junit-report - token: ${{ secrets.BOT }} + token: ${{ secrets.JUNIT_PAT }} - name: Generate Report uses: ./.github/junit-report \ No newline at end of file