From 997de3ce1eac4124f602b02ff5117d3b03083a7c Mon Sep 17 00:00:00 2001 From: Connor Sullivan Date: Mon, 5 Aug 2024 22:50:34 -0400 Subject: [PATCH] Pass secret --- .github/workflows/pipeline.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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