Skip to content

Commit

Permalink
ci: try fake token to see effect
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Sep 6, 2023
1 parent 8772031 commit a74eda4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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: ${{ secrets.ADMIN_GITHUB_TOKEN }}
token: "fake-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: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ profile = "black"
dev = [
"pytest>=7.0.1",
]

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

0 comments on commit a74eda4

Please sign in to comment.