mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-23 20:06:38 +00:00
Fix permissions when clearing up all cache
Signed-off-by: mr. m <91018726+mauro-balades@users.noreply.github.com>
This commit is contained in:
3
.github/workflows/clear-all-cache.yml
vendored
3
.github/workflows/clear-all-cache.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user