From: Olivier Lamy Date: Thu, 21 Apr 2022 23:41:00 +0000 (+1000) Subject: add token for publish test report X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=078ab9f22601f0e2f553bd299772097dfe5e3f18;p=archiva.git add token for publish test report Signed-off-by: Olivier Lamy --- diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b011c4aa3..06c43e8b9 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -49,3 +49,5 @@ jobs: - name: Publish Test Report uses: scacap/action-surefire-report@v1 + with: + github_token: ${{ secrets.GITHUB_TOKEN }}