Skip to content

Commit

Permalink
Pass secret
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjs committed Aug 6, 2024
1 parent 9454aab commit 997de3c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 997de3c

Please sign in to comment.