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 3fe31f1 commit 7fdd789Copy full SHA for 7fdd789
.github/workflows/node.js.yml
@@ -73,6 +73,8 @@ jobs:
73
call-publish:
74
needs: [build, get-version]
75
uses: ./.github/workflows/release.yml
76
+ permissions:
77
+ contents: write
78
with:
79
version: ${{ needs.get-version.outputs.version }}
80
.github/workflows/release.yml
@@ -7,9 +7,6 @@ on:
7
required: true
8
type: string
9
10
-permissions:
11
- contents: write
12
-
13
jobs:
14
release:
15
runs-on: ubuntu-latest
0 commit comments