Skip to content

Commit cd12a9f

Browse files
committed
[U] Add the permissions key explicitly
1 parent 616a01a commit cd12a9f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/cloudflare-clean.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
- cron: '0 0 * * 0' # Runs every week on Sunday at 00:00 UTC
66
workflow_dispatch: # Allows manual triggering of the workflow
77

8+
permissions:
9+
contents: read
10+
811
jobs:
912
clean:
1013
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)