We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a6106 commit 5642594Copy full SHA for 5642594
1 file changed
.github/workflows/release.yml
@@ -8,6 +8,10 @@ on:
8
9
concurrency: ${{ github.workflow }}-${{ github.ref }}
10
11
+permissions:
12
+ contents: write
13
+ pull-requests: write
14
+
15
env:
16
HUSKY: 0
17
PUPPETEER_SKIP_DOWNLOAD: 1
0 commit comments