Skip to content

Commit

Permalink
chore: Set permissions for clear-pr-caches workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KapJI authored and twpayne committed Nov 11, 2024
1 parent 531bb7a commit 172aeb6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/clear-pr-caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ on:
pull_request:
types: [ closed ]

permissions:
actions: write

jobs:
clear-caches:
runs-on: ubuntu-22.04
permissions:
actions: write
steps:
- name: clear-caches
uses: theAngularGuy/clear-cache-of-pull-request@60c83956d63c7b3745d6cde10d711aa0e50c2501
Expand Down

0 comments on commit 172aeb6

Please sign in to comment.