Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add minimum permissions to makefile.yml
Signed-off-by: Gabriela Gutierrez <[email protected]>
  • Loading branch information
gabibguti committed Mar 15, 2023
commit 4420a7de2dfc21065f4d0b53f72ca6fb4fcf1e8c
3 changes: 3 additions & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ on:
- '!**CMakeLists.txt'
- '!**md'

permissions:
contents: read

env:
CC: "gcc"
FC: "gfortran"
Expand Down