Commit b90eab3

Anton Golub <antongolub@antongolub.com>
2024-12-30 15:46:29
ci: explicitly declare permissions for test.yml (#1045)
1 parent 790f64a
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