Browse Source

add token for publish test report

Signed-off-by: Olivier Lamy <olamy@apache.org>
pull/85/head
Olivier Lamy 2 years ago
parent
commit
078ab9f226
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      .github/workflows/maven.yml

+ 2
- 0
.github/workflows/maven.yml View File

@@ -49,3 +49,5 @@ jobs:

- name: Publish Test Report
uses: scacap/action-surefire-report@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Loading…
Cancel
Save