We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f867bb8 commit 76f81caCopy full SHA for 76f81ca
1 file changed
.github/workflows/release.yaml
@@ -8,6 +8,8 @@ on:
8
jobs:
9
build-and-release:
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: write
13
14
steps:
15
- name: Checkout source
0 commit comments