Skip to content

Commit

Permalink
Fix stale permissions
Browse files Browse the repository at this point in the history
Fixes #2862.
  • Loading branch information
martincostello committed May 13, 2024
1 parent 12ad627 commit e4c6a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
workflow_dispatch:

permissions:
actions: write
issues: read
pull-requests: read

jobs:
stale:
runs-on: ubuntu-latest
permissions:
actions: write
issues: write
pull-requests: write
steps:
Expand Down

0 comments on commit e4c6a7a

Please sign in to comment.