Commit b90eab3
Changed files (1)
.github
workflows
.github/workflows/test.yml
@@ -6,6 +6,9 @@ on:
schedule:
- cron: '0 12 */4 * *'
+permissions:
+ contents: read
+
jobs:
build:
runs-on: ubuntu-latest