Fix permissions when clearing up all cache

Signed-off-by: mr. m  <91018726+mauro-balades@users.noreply.github.com>
This commit is contained in:
mr. m
2025-04-03 03:49:56 -07:00
committed by GitHub
parent eaf803fcc0
commit c996f4aab5

View File

@@ -1,10 +1,11 @@
name: cleanup all caches
name: Cleanup cache
on:
workflow_dispatch:
jobs:
cleanup:
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Cleanup
run: |