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 10c0fce commit 8e7654dCopy full SHA for 8e7654d
1 file changed
.github/workflows/publish.yaml
@@ -2,6 +2,11 @@ name: Publish
2
3
on:
4
workflow_call:
5
+ secrets:
6
+ NPM_TOKEN:
7
+ required: true
8
+ GITHUB_TOKEN:
9
10
11
jobs:
12
publish:
0 commit comments