We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a97ca commit b85b490Copy full SHA for b85b490
.github/workflows/release.yml
@@ -5,6 +5,9 @@ on:
5
branches:
6
- main
7
concurrency: ${{ github.workflow }}-${{ github.ref }}
8
+permissions:
9
+ contents: write
10
+ pull-requests: write
11
jobs:
12
release-npm:
13
name: Release NPM
0 commit comments