Skip to content

Commit

Permalink
permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Sep 11, 2023
1 parent dfd5f1f commit 753b6f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuke-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ jobs:
delete_all_runs:
name: delete all workflow runs
runs-on: ubuntu-latest
permissions:
actions: write
permissions: write-all
steps:
- name: Delete workflow runs
uses: Mattraks/delete-workflow-runs@v2
Expand All @@ -24,6 +23,7 @@ jobs:
wipe_caches:
name: delete all caches
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: clear caches
uses: easimon/wipe-cache@main

0 comments on commit 753b6f2

Please sign in to comment.