diff options
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' |
