summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r--.github/workflows/macos.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index c98c3a4d..53588dff 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -15,8 +15,13 @@ on:
release:
types: [published]
+permissions:
+ contents: read
+
jobs:
build:
+ permissions:
+ contents: write # for actions/upload-release-asset to upload release asset
runs-on: macos-latest
env: