Skip to content

Commit 763940c

Browse files
chore(stale-action): Add GitHub token permissions (#35713)
* ci: add GitHub token permissions * remove comments Co-authored-by: Lennart <lekoarts@gmail.com>
1 parent 00300ff commit 763940c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/schedule-stale.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@ name: Stale Bot
22
on:
33
schedule:
44
- cron: "0 */12 * * *"
5+
permissions:
6+
contents: read
57
jobs:
68
stale:
9+
permissions:
10+
contents: read
11+
issues: write
712
runs-on: ubuntu-latest
813
steps:
914
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)