Skip to content

Commit bf73faf

Browse files
authored
task: lower stale action permissions (#469)
1 parent c620708 commit bf73faf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/stale.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ on:
55
schedule:
66
- cron: '0 0 * * *'
77

8+
permissions: read-all
9+
810
jobs:
911
stale:
1012
runs-on: ubuntu-latest
13+
permissions:
14+
issues: write
15+
pull-requests: write
1116
steps:
1217
- uses: actions/stale@v8
1318
id: stale

0 commit comments

Comments
 (0)