Skip to content

Commit

Permalink
🔨(cleanup.yml): permissions for cache delete
Browse files Browse the repository at this point in the history
Signed-off-by: Eden Ross Duff, MSc <[email protected]>
  • Loading branch information
rjdbcm authored Jun 13, 2024
1 parent 61be130 commit de29e57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ on:

permissions:
contents: write
actions: write

jobs:
cleanup:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
actions: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
Expand Down

0 comments on commit de29e57

Please sign in to comment.