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 2e9c268 commit e48fb25Copy full SHA for e48fb25
.github/workflows/lint-test.yml
@@ -117,3 +117,5 @@ jobs:
117
permissions:
118
contents: write
119
uses: ./.github/workflows/publish-release.yml
120
+ secrets:
121
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
.github/workflows/publish-release.yml
@@ -2,6 +2,9 @@ name: Publish Release
2
3
on:
4
workflow_call:
5
6
+ NPM_TOKEN:
7
+ required: true
8
9
jobs:
10
publish-release:
0 commit comments