Skip to content

Commit

Permalink
add npm token
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Mar 28, 2024
1 parent b08b28c commit 47d008f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:

- name: Finalize Release
id: finalize-release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
uses: jupyter-server/jupyter_releaser/.github/actions/finalize-release@v2
with:
token: ${{ steps.app-token.outputs.token }}
Expand Down

0 comments on commit 47d008f

Please sign in to comment.