Skip to content

Commit

Permalink
Use https instead of ssh for schemastore authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Oct 19, 2023
1 parent 0e58433 commit c3edd76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/update_schemastore.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
from subprocess import check_call, check_output
from tempfile import TemporaryDirectory

schemastore_fork = "git@github.com:astral-sh/schemastore.git"
schemastore_upstream = "git@github.com:SchemaStore/schemastore.git"
schemastore_fork = "https://github.com/astral-sh/schemastore.git"
schemastore_upstream = "https://github.com/SchemaStore/schemastore.git"
ruff_repo = "https://github.com/astral-sh/ruff"
root = Path(
check_output(["git", "rev-parse", "--show-toplevel"], text=True).strip(),
Expand Down

0 comments on commit c3edd76

Please sign in to comment.