Skip to content

Commit

Permalink
restore usage of npm token
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Mar 12, 2024
1 parent be36393 commit faf213a
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 faf213a

Please sign in to comment.