We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a88fc3e + ba53a8f commit 79fa336Copy full SHA for 79fa336
1 file changed
.github/workflows/release.yml
@@ -7,6 +7,10 @@ on:
7
8
concurrency: ${{ github.workflow }}-${{ github.ref }}
9
10
+permissions:
11
+ contents: read
12
+ pull-requests: write
13
+
14
jobs:
15
release:
16
name: Release
0 commit comments