Skip to content

Commit

Permalink
use correct secret for npm token (#1099)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttalbot authored Mar 16, 2023
1 parent ffc7ab8 commit c3a2914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
npx lerna publish ${{ env.RELEASE_VERSION }} --force-publish --no-commit-hooks --yes --exact --tag-version-prefix='fds@'
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.FINASTRA_BOT_NPM_AUTH_TOKEN }}

- name: Publish GH release
uses: release-drafter/release-drafter@v5
Expand Down

0 comments on commit c3a2914

Please sign in to comment.