Skip to content

Commit ec92b77

Browse files
reduces permissions to write issues
Co-authored-by: Hugo Gruson <[email protected]>
1 parent fdde71c commit ec92b77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cran-status-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
jobs:
88
check:
99
runs-on: ubuntu-latest
10-
permissions: write-all # allows it to create issues
10+
permissions:
11+
issues: write
1112
env:
1213
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
1314

0 commit comments

Comments
 (0)