Skip to content

Commit 4420a7d

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/makefile.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ on:
3131
- '!**CMakeLists.txt'
3232
- '!**md'
3333

34+
permissions:
35+
contents: read
36+
3437
env:
3538
CC: "gcc"
3639
FC: "gfortran"

0 commit comments

Comments
 (0)