We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 981ab5e commit 1cc5858Copy full SHA for 1cc5858
.github/workflows/build.yml
@@ -4,7 +4,8 @@ on:
4
push:
5
tags:
6
- '[0-9]+.[0-9]+.[0-9]+'
7
-
+permissions:
8
+ contents: write
9
jobs:
10
build-mac:
11
runs-on: macos-latest
0 commit comments