We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 555ab2f commit 1a04a6fCopy full SHA for 1a04a6f
1 file changed
.github/workflows/release.yml
@@ -6,6 +6,10 @@ on:
6
pull_request:
7
branches:
8
- main
9
+permissions:
10
+ contents: write
11
+ issues: write
12
+ pull-requests: write
13
jobs:
14
release:
15
name: Release
0 commit comments