We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cdff84 commit 152f36dCopy full SHA for 152f36d
1 file changed
.github/workflows/vercel-cleanup-data-blobs.yml
@@ -7,6 +7,9 @@ on:
7
# Run three time a week on Tuesday, Thursday, and Saturday at midnight - https://crontab.guru/#0 0 * * 2,4,6
8
- cron: '0 0 * * 2,4,6'
9
10
+permissions:
11
+ contents: read
12
+
13
jobs:
14
build:
15
runs-on: ubuntu-latest
0 commit comments