Skip to content

Commit

Permalink
also add actions:write permission to actions/stale
Browse files Browse the repository at this point in the history
This is needed for cache handling with the current version.
They have an issue open at actions/stale#1133 about it.
  • Loading branch information
kevingranade authored Jul 23, 2024
1 parent 776c297 commit ec87c31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
schedule:
- cron: '30 * * * *'
permissions:
actions: write
contents: write
issues: write
pull-requests: write
Expand Down

0 comments on commit ec87c31

Please sign in to comment.