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