Skip to content

Commit 984abd0

Browse files
committed
Add minimum permissions to cmake.yml
Signed-off-by: Gabriela Gutierrez <gabigutierrez@google.com>
1 parent 4420a7d commit 984abd0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ on:
3333
- '!**Makefile'
3434
- '!**md'
3535

36+
permissions:
37+
contents: read
38+
3639
env:
3740
CFLAGS: "-Wall -pedantic"
3841
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)

0 commit comments

Comments
 (0)