Skip to content

Commit a74eda4

Browse files
committed
ci: try fake token to see effect
1 parent 8772031 commit a74eda4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/prep-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
id: prep-release
3030
uses: jupyter-server/jupyter_releaser/.github/actions/prep-release@v2
3131
with:
32-
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
32+
token: "fake-token" #${{ secrets.ADMIN_GITHUB_TOKEN }}
3333
version_spec: ${{ github.event.inputs.version_spec }}
3434
post_version_spec: ${{ github.event.inputs.post_version_spec }}
3535
branch: ${{ github.event.inputs.branch }}

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,6 @@ profile = "black"
5151
dev = [
5252
"pytest>=7.0.1",
5353
]
54+
55+
[tool.jupyter-releaser.options]
56+
version_cmd = "hatch version"

0 commit comments

Comments
 (0)