aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/makefile.yml
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2026-03-28 17:24:00 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2026-03-28 17:24:00 +0100
commit3b603f0f4cd0a696a17a10486bcc65d6b9446b36 (patch)
treee2fcda5ca6c81c2f5cf845b6b675b4e8d5ba5cff /.github/workflows/makefile.yml
parent7d94fe6d60f34f7ae668a6ab06f4238a08ac5dae (diff)
Update CI settings
Diffstat (limited to '.github/workflows/makefile.yml')
-rw-r--r--.github/workflows/makefile.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml
index f6eeb1b..dd4c47d 100644
--- a/.github/workflows/makefile.yml
+++ b/.github/workflows/makefile.yml
@@ -12,6 +12,9 @@ on:
schedule:
- cron: "0 7 * * 0"
+permissions:
+ contents: read
+
jobs:
test:
name: 'Compile and Test'