Skip to content

Commit

Permalink
add permissions to test result publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsdennis committed Jun 30, 2024
1 parent fef51ff commit 24ae2ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
needs: build
if: (success() || failure()) && github.event_name == 'pull_request'
name: Publish Unit Test Results
permissions:
checks: write
pull-requests: write
steps:
- name: Download Artifacts
uses: actions/download-artifact@v2
Expand Down

0 comments on commit 24ae2ca

Please sign in to comment.