Skip to content

Commit

Permalink
Fix permission for EnricoMi actions
Browse files Browse the repository at this point in the history
As mentioned in EnricoMi documentation https://github.com/EnricoMi/publish-unit-test-result-action?tab=readme-ov-file#permissions

We have to set the permission which we have missed in last PR where we have updated Enricomi v1 to v2 : #416
  • Loading branch information
Divs-B committed Apr 19, 2024
1 parent 6fb84e0 commit 2c61fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testonpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
id-token: write
contents: read
checks: write
issues: read
pull-requests: write

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2c61fe6

Please sign in to comment.