Browse Source

Add explicit permissions to macOS workflow for security

Co-authored-by: djeada <[email protected]>
copilot-swe-agent[bot] 1 month ago
parent
commit
c166308b15
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/macos.yml

+ 3 - 0
.github/workflows/macos.yml

@@ -1,6 +1,9 @@
 name: macOS Build
 on: [push, pull_request]
 
+permissions:
+  contents: read
+
 jobs:
   build-macos:
     runs-on: macos-latest