Skip to content

Commit

Permalink
Revert "ci: try fake token to see effect"
Browse files Browse the repository at this point in the history
This reverts commit a74eda4.
  • Loading branch information
agoose77 committed Sep 6, 2023
1 parent a74eda4 commit fd094b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prep-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: prep-release
uses: jupyter-server/jupyter_releaser/.github/actions/prep-release@v2
with:
token: "fake-token" #${{ secrets.ADMIN_GITHUB_TOKEN }}
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
version_spec: ${{ github.event.inputs.version_spec }}
post_version_spec: ${{ github.event.inputs.post_version_spec }}
branch: ${{ github.event.inputs.branch }}
Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,3 @@ profile = "black"
dev = [
"pytest>=7.0.1",
]

[tool.jupyter-releaser.options]
version_cmd = "hatch version"

0 comments on commit fd094b2

Please sign in to comment.