We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f108f commit cb1b21dCopy full SHA for cb1b21d
.github/workflows/create_build.yaml
@@ -8,6 +8,8 @@ on:
8
jobs:
9
build-macos:
10
runs-on: macos-latest
11
+ permissions:
12
+ contents: write
13
14
steps:
15
- name: Checkout code
0 commit comments