Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit 99208fa

Browse files
[skip ci] Pass the publish secret between workflows
1 parent bf2e31c commit 99208fa

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
release-tag:
1010
required: true
1111
type: string
12+
secrets:
13+
NPM_PUBLISH_AUTH_TOKEN:
14+
required: true
1215
pull_request:
1316
branches: [ master ]
1417

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,5 @@ jobs:
8585
uses: ./.github/workflows/build.yml
8686
with:
8787
release-tag: v${{ needs.create-release.outputs.COMPILER_VERSION_NUMBER }}.0.0
88+
secrets:
89+
NPM_PUBLISH_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_AUTH_TOKEN }}

0 commit comments

Comments
 (0)