Skip to content

Commit 997de3c

Browse files
committed
Pass secret
1 parent 9454aab commit 997de3c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/pipeline.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,10 @@ jobs:
9999

100100
uses: connorjs/github-workflows/.github/workflows/npm-publish~v1.yaml@features/npm-pack-and-publish
101101
with:
102-
npmPackFilename: ${{needs.CiBuild.outputs.npmPackFilename}}
103-
semVer: ${{needs.CiBuild.outputs.semVer}}
102+
npmPackFilename: ${{ needs.CiBuild.outputs.npmPackFilename }}
103+
semVer: ${{ needs.CiBuild.outputs.semVer }}
104+
secrets:
105+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
104106

105107
permissions:
106108
contents: write

0 commit comments

Comments
 (0)