From 6adbab301a7be14d7b1db625dc36cac7a384da42 Mon Sep 17 00:00:00 2001 From: Joyce Date: Mon, 6 Mar 2023 11:20:19 -0300 Subject: chore: set permissions to autotools-cmake Signed-off-by: Joyce --- .github/workflows/autotools-cmake.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github') diff --git a/.github/workflows/autotools-cmake.yml b/.github/workflows/autotools-cmake.yml index ae33934a..0d8311c0 100644 --- a/.github/workflows/autotools-cmake.yml +++ b/.github/workflows/autotools-cmake.yml @@ -35,6 +35,9 @@ on: schedule: - cron: '0 2 * * 5' # Every Friday at 2am +permissions: + contents: read + jobs: checks: name: Ensure that GNU Autotools and CMake build systems agree -- cgit v1.2.1