Skip to content

Commit a99e5aa

Browse files
Add pull-requests: write permission to SonarCloud workflow (#60)
* Initial plan * Add pull-requests: write permission to SonarCloud workflow Agent-Logs-Url: https://github.com/304NotModified/SLNX-validator/sessions/1829fa61-9e73-4502-baf2-bf6e6b1c118b Co-authored-by: 304NotModified <5808377+304NotModified@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: 304NotModified <5808377+304NotModified@users.noreply.github.com>
1 parent 620739e commit a99e5aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
permissions:
1414
contents: read
1515
id-token: write
16+
pull-requests: write
1617

1718
steps:
1819
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)