Skip to content

Commit 1fe1b11

Browse files
committed
ci: add write permissions to macos libs workflow
1 parent 474064f commit 1fe1b11

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-macos-libs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Build macOS bundled libs (GLFW + GLEW)
33
on:
44
workflow_dispatch: # manual trigger only
55

6+
permissions:
7+
contents: write
8+
69
jobs:
710
build:
811
runs-on: macos-latest # arm64 runner

0 commit comments

Comments
 (0)