mirror of
https://github.com/NeuralNomadsAI/CodeNomad.git
synced 2026-07-10 00:14:27 +00:00
fix(ci): declare NPM_TOKEN for reusable publish
Expose NPM_TOKEN as an optional workflow_call secret so step conditionals can reference secrets.NPM_TOKEN.
This commit is contained in:
parent
45fab91e7f
commit
e6c568988a
1 changed files with 3 additions and 0 deletions
3
.github/workflows/manual-npm-publish.yml
vendored
3
.github/workflows/manual-npm-publish.yml
vendored
|
|
@ -21,6 +21,9 @@ on:
|
|||
required: false
|
||||
type: string
|
||||
default: dev
|
||||
secrets:
|
||||
NPM_TOKEN:
|
||||
required: false
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue