build: harden nightly-Homebrew-build.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
This commit is contained in:
parent
667d0e0b48
commit
11cd108095
|
@ -17,6 +17,10 @@ on:
|
||||||
# it only makes sense to test if this file has been changed
|
# it only makes sense to test if this file has been changed
|
||||||
|
|
||||||
name: Nightly-Homebrew-Build
|
name: Nightly-Homebrew-Build
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read # to fetch code (actions/checkout)
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-OpenBLAS-with-Homebrew:
|
build-OpenBLAS-with-Homebrew:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
|
Loading…
Reference in New Issue