This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git
The following commit(s) were added to refs/heads/master by this push:
new 078ab9f22 add token for publish test report
078ab9f22 is described below
commit 078ab9f22601f0e2f553bd299772097dfe5e3f18
Author: Olivier Lamy <[email protected]>
AuthorDate: Fri Apr 22 09:41:00 2022 +1000
add token for publish test report
Signed-off-by: Olivier Lamy <[email protected]>
---
.github/workflows/maven.yml | 2 ++
1 file changed, 2 insertions(+)
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 }}