Skip to content

Commit

Permalink
token
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardopinosio committed Mar 21, 2024
1 parent 845629d commit 94b6284
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
with:
name: hugot-cli-linux-amd64
path: ./artifacts/hugot-cli-linux-amd64
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
if: success() || failure()
with:
report_paths: '/build/testTarget/unit/unit.xml'
release:
name: Release
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ jobs:
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
if: success() || failure()
token: $GITHUB_TOKEN
with:
report_paths: '/build/testTarget/unit/unit.xml'

0 comments on commit 94b6284

Please sign in to comment.