Skip to content

Commit

Permalink
Give actions permission to job
Browse files Browse the repository at this point in the history
This is needed so that actions/stale@v9 can delete caches.
Without this permisson, the cache is never deleted leading to some
issues never being checked again.
  • Loading branch information
MidhunSureshR committed Aug 28, 2024
1 parent 8805220 commit a0c0d36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/triage-stale-flaky-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
close:
runs-on: ubuntu-latest
permissions:
actions: write
issues: write
steps:
- uses: actions/stale@v9
Expand Down

0 comments on commit a0c0d36

Please sign in to comment.