We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d740a47 commit 893329fCopy full SHA for 893329f
.github/workflows/publish-release.yml
@@ -38,6 +38,8 @@ jobs:
38
39
- name: Finalize Release
40
id: finalize-release
41
+ env:
42
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
43
uses: jupyter-server/jupyter_releaser/.github/actions/finalize-release@v2
44
with:
45
token: ${{ steps.app-token.outputs.token }}
0 commit comments