]> source.dussan.org Git - archiva.git/commitdiff
add token for publish test report
authorOlivier Lamy <olamy@apache.org>
Thu, 21 Apr 2022 23:41:00 +0000 (09:41 +1000)
committerOlivier Lamy <olamy@apache.org>
Thu, 21 Apr 2022 23:41:00 +0000 (09:41 +1000)
Signed-off-by: Olivier Lamy <olamy@apache.org>
.github/workflows/maven.yml

index b011c4aa34c88b78e8cf8f50ce583d9281284ee8..06c43e8b9f5f58cf074d257cebeeb3a8ced0ca81 100644 (file)
@@ -49,3 +49,5 @@ jobs:
 
       - name: Publish Test Report
         uses: scacap/action-surefire-report@v1
+        with:
+          github_token: ${{ secrets.GITHUB_TOKEN }}