diff options
-rw-r--r-- | .github/workflows/maven.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 }} |