diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 3484b7b..505ab2b 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -99,8 +99,10 @@ jobs: uses: connorjs/github-workflows/.github/workflows/npm-publish~v1.yaml@features/npm-pack-and-publish with: - npmPackFilename: ${{needs.CiBuild.outputs.npmPackFilename}} - semVer: ${{needs.CiBuild.outputs.semVer}} + npmPackFilename: ${{ needs.CiBuild.outputs.npmPackFilename }} + semVer: ${{ needs.CiBuild.outputs.semVer }} + secrets: + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} permissions: contents: write