We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9573366 commit 94297a4Copy full SHA for 94297a4
1 file changed
.github/workflows/release.yml
@@ -7,6 +7,8 @@ jobs:
7
release:
8
name: Build and Release
9
runs-on: ubuntu-latest
10
+ permissions:
11
+ contents: write
12
13
steps:
14
- name: Checkout repository
0 commit comments