Skip to content

Commit 8507e0f

Browse files
ci: 🔧 add permissions
1 parent d658f6b commit 8507e0f

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
@@ -4,6 +4,11 @@ on:
44
- cron: '30 1 * * *'
55
workflow_dispatch:
66

7+
permissions:
8+
contents: write
9+
issues: write
10+
pull-requests: write
11+
712
jobs:
813
stale:
914
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)