Skip to content

Commit fd094b2

Browse files
committed
Revert "ci: try fake token to see effect"
This reverts commit a74eda4.
1 parent a74eda4 commit fd094b2

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
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: "fake-token" #${{ secrets.ADMIN_GITHUB_TOKEN }}
32+
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: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,3 @@ 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)