Skip to content

Commit 11cd108

Browse files
committed
build: harden nightly-Homebrew-build.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
1 parent 667d0e0 commit 11cd108

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/nightly-Homebrew-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ on:
1717
# it only makes sense to test if this file has been changed
1818

1919
name: Nightly-Homebrew-Build
20+
21+
permissions:
22+
contents: read # to fetch code (actions/checkout)
23+
2024
jobs:
2125
build-OpenBLAS-with-Homebrew:
2226
runs-on: macos-latest

0 commit comments

Comments
 (0)