We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f645b5d commit 42830a8Copy full SHA for 42830a8
.github/workflows/release.yml
@@ -4,6 +4,9 @@ on:
4
release:
5
types: [published]
6
7
+permissions:
8
+ contents: write
9
+
10
jobs:
11
publish:
12
runs-on: ubuntu-latest
0 commit comments