Skip to content

Commit e76b3de

Browse files
committed
✨ chore(workflow): add optional NPM_TOKEN and NODE_AUTH_TOKEN secrets to workflow_call
1 parent 6f431aa commit e76b3de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci-semantic-release-sync.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ name: CI, Semantic Release, and Stage Sync
4040
on:
4141
workflow_dispatch:
4242
workflow_call:
43+
secrets:
44+
NPM_TOKEN:
45+
required: false
46+
NODE_AUTH_TOKEN:
47+
required: false
4348

4449
concurrency:
4550
group: ci-release-sync-${{ github.ref }}

0 commit comments

Comments
 (0)