build: harden nightly-Homebrew-build.yml permissions

Signed-off-by: Alex <aleksandrosansan@gmail.com>
This commit is contained in:
Alex 2022-09-26 13:46:34 +02:00
parent 667d0e0b48
commit 11cd108095
1 changed files with 4 additions and 0 deletions

View File

@ -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