We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e43470 commit c43ef0cCopy full SHA for c43ef0c
1 file changed
.github/workflows/build_binary.yml
@@ -15,6 +15,9 @@ jobs:
15
build-binary:
16
name: 'Build binary'
17
runs-on: ubuntu-latest
18
+ permissions:
19
+ contents: write
20
+
21
steps:
22
- name: 'Checkout repository'
23
uses: actions/checkout@v4
0 commit comments