We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2710c6 commit cef1337Copy full SHA for cef1337
.github/workflows/release.yml
@@ -3,6 +3,9 @@ on:
3
push:
4
branches:
5
- main
6
+permissions:
7
+ contents: write
8
+ pull-requests: write
9
jobs:
10
release:
11
runs-on: ubuntu-latest
0 commit comments