Skip to content

Commit c41cf83

Browse files
amielczaigcbot
authored andcommitted
Change token permissions
Change github token permissions in the github action.
1 parent 73adf8c commit c41cf83

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
@@ -12,6 +12,11 @@ on:
1212
- cron: '30 1 * * *' # run every day
1313
workflow_dispatch: {}
1414

15+
permissions:
16+
contents: write
17+
issues: write
18+
pull-requests: write
19+
1520
jobs:
1621
stale:
1722
runs-on: [self-hosted, Linux]

0 commit comments

Comments
 (0)