Skip to content

Commit 365682d

Browse files
ci: move workflow permissions to job level (SonarCloud)
1 parent 9641869 commit 365682d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/no-response.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ on:
88
- cron: '0 0 * * *'
99
jobs:
1010
noResponse:
11-
runs-on: ubuntu-22.04
1211
permissions:
12+
contents: read
13+
issues: write
14+
pull-requests: read
15+
runs-on: ubuntu-22.04
1316
issues: write
1417
pull-requests: write
1518
steps:

0 commit comments

Comments
 (0)