Skip to content

Commit cf61c0e

Browse files
Restore usage of npm token (#395)
* restore usage of npm token * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent be36393 commit cf61c0e

File tree

2 files changed

+25
-23
lines changed

2 files changed

+25
-23
lines changed

.github/workflows/publish-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838

3939
- name: Finalize Release
4040
id: finalize-release
41+
env:
42+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4143
uses: jupyter-server/jupyter_releaser/.github/actions/finalize-release@v2
4244
with:
4345
token: ${{ steps.app-token.outputs.token }}

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
2-
"name": "nbformat-schema",
3-
"version": "5.10.1",
4-
"description": "JSON schemata for Jupyter notebook formats",
5-
"main": "index.js",
6-
"files": [
7-
"nbformat/v3/nbformat.v3.schema.json",
8-
"nbformat/v4/nbformat.v4.schema.json"
9-
],
10-
"repository": {
11-
"type": "git",
12-
"url": "git+https://github.com/jupyter/nbformat.git"
13-
},
14-
"keywords": [
15-
"jupyter",
16-
"notebook",
17-
"json-schema"
18-
],
19-
"author": "Project Jupyter Contributors",
20-
"license": "BSD-3-Clause",
21-
"bugs": {
22-
"url": "https://github.com/jupyter/nbformat/issues"
23-
},
24-
"homepage": "https://nbformat.readthedocs.io"
2+
"name": "nbformat-schema",
3+
"version": "5.10.1",
4+
"description": "JSON schemata for Jupyter notebook formats",
5+
"main": "index.js",
6+
"files": [
7+
"nbformat/v3/nbformat.v3.schema.json",
8+
"nbformat/v4/nbformat.v4.schema.json"
9+
],
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/jupyter/nbformat.git"
13+
},
14+
"keywords": [
15+
"jupyter",
16+
"notebook",
17+
"json-schema"
18+
],
19+
"author": "Project Jupyter Contributors",
20+
"license": "BSD-3-Clause",
21+
"bugs": {
22+
"url": "https://github.com/jupyter/nbformat/issues"
23+
},
24+
"homepage": "https://nbformat.readthedocs.io"
2525
}

0 commit comments

Comments
 (0)