summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoyce <joycebrum@google.com>2023-03-06 11:20:19 -0300
committerJoyce Brum <joycebrum@google.com>2023-03-07 18:20:07 +0000
commit6adbab301a7be14d7b1db625dc36cac7a384da42 (patch)
tree9e52dae4754abdfdc402bea236e5b32611d549ba
parentf2925e61833d5d39065c80d131d096870c8e3199 (diff)
downloadlibexpat-git-6adbab301a7be14d7b1db625dc36cac7a384da42.tar.gz
chore: set permissions to autotools-cmake
Signed-off-by: Joyce <joycebrum@google.com>
-rw-r--r--.github/workflows/autotools-cmake.yml3
1 files changed, 3 insertions, 0 deletions
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