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 c0981f4 commit f1687f1Copy full SHA for f1687f1
1 file changed
.github/workflows/release.yml
@@ -3,6 +3,11 @@ on:
3
push:
4
branches:
5
- main
6
+
7
+permissions:
8
+ contents: write
9
+ pull-requests: write
10
11
jobs:
12
docs:
13
runs-on: ubuntu-latest
0 commit comments