Skip to content

Commit

Permalink
Specify action permissions in cleanup task (#69014)
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 committed May 9, 2022
1 parent 5195418 commit 1723373
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/backport.yml
Expand Up @@ -15,6 +15,8 @@ jobs:
cleanup_old_runs:
if: github.event.schedule == '0 13 * * *'
runs-on: ubuntu-20.04
permissions:
actions: write
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down

0 comments on commit 1723373

Please sign in to comment.