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 f1d72f5 commit e03d6c1Copy full SHA for e03d6c1
.github/workflows/cd-npm.yml
@@ -6,6 +6,9 @@ on:
6
ref:
7
required: true
8
type: string
9
+ secrets:
10
+ NPM_TOKEN:
11
+ required: true
12
13
jobs:
14
build-and-deploy:
.github/workflows/release-please.yml
@@ -26,4 +26,6 @@ jobs:
26
needs: release-please
27
with:
28
ref: ${{ needs.release-please.outputs.ref }}
29
30
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
31
if: ${{ needs.release-please.outputs.released }}
0 commit comments