Skip to content

Commit

Permalink
feat: show url when asking for release token
Browse files Browse the repository at this point in the history
  • Loading branch information
jayanthkoushik committed Jun 27, 2024
1 parent 5bce3c2 commit aa1eb61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/pyseed.py
Original file line number Diff line number Diff line change
Expand Up @@ -1023,6 +1023,7 @@ def setup_github(config: dict[ConfigKey, Any]):
release_token = getpass(
f"\ncreate a personal access token with 'contents:write' "
f"and 'pull_requests:write' permissions for this project's repo "
f"(https://github.com/settings/personal-access-tokens/new) "
f"({repo_owner}/{project_name}), and enter it here "
f"(or leave empty to skip this step): "
)
Expand Down
1 change: 1 addition & 0 deletions src/pyseed.py
Original file line number Diff line number Diff line change
Expand Up @@ -1021,6 +1021,7 @@ def setup_github(config: dict[ConfigKey, Any]):
release_token = getpass(
f"\ncreate a personal access token with 'contents:write' "
f"and 'pull_requests:write' permissions for this project's repo "
f"(https://github.com/settings/personal-access-tokens/new) "
f"({repo_owner}/{project_name}), and enter it here "
f"(or leave empty to skip this step): "
)
Expand Down

0 comments on commit aa1eb61

Please sign in to comment.