Skip to content

Commit

Permalink
ci: fix stale workflow permissions (#3745)
Browse files Browse the repository at this point in the history
  • Loading branch information
mowies authored Oct 10, 2024
1 parent 8eb878f commit b9995dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ on:
- cron: "0 3 * * *"
workflow_dispatch:

# Declare default permissions as read only.
permissions: read-all
permissions:
issues: write
pull-requests: write

jobs:
stale:
Expand Down

0 comments on commit b9995dd

Please sign in to comment.