Skip to content

Commit

Permalink
Add GITHUB_TOKEN env to trx report
Browse files Browse the repository at this point in the history
  • Loading branch information
alexaka1 committed Dec 4, 2024
1 parent 8c440d6 commit 8557db1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
- name: TRX report
if: ${{ !cancelled() }}
run: dotnet trx --gh-summary true --gh-comment true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: TRX report upload
if: ${{ !cancelled() }}
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
Expand Down

0 comments on commit 8557db1

Please sign in to comment.