diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2026-03-28 17:24:00 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2026-03-28 17:24:00 +0100 |
| commit | 3b603f0f4cd0a696a17a10486bcc65d6b9446b36 (patch) | |
| tree | e2fcda5ca6c81c2f5cf845b6b675b4e8d5ba5cff /.github/workflows/makefile.yml | |
| parent | 7d94fe6d60f34f7ae668a6ab06f4238a08ac5dae (diff) | |
Update CI settings
Diffstat (limited to '.github/workflows/makefile.yml')
| -rw-r--r-- | .github/workflows/makefile.yml | 3 |
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' |
