Skip to content

Commit 7c7f506

Browse files
committed
fix: CI write permission
1 parent 3cea51b commit 7c7f506

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/clean.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ on:
44
schedule:
55
- cron: "0 18 * * *"
66

7+
permissions: write-all
8+
79
jobs:
810
build:
911
runs-on: ubuntu-latest
1012
steps:
1113
- name: Delete workflow runs
1214
uses: Mattraks/delete-workflow-runs@v2.0.3
1315
with:
14-
retain_days: 1
15-
keep_minimum_runs: 2
16+
retain_days: 7
17+
keep_minimum_runs: 5

0 commit comments

Comments
 (0)