You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a github repo cloned using the ssh url (e.g git@github.com:user/repo) is packed and unpacked it results in a repo with a https url for the remote (e.g https://github.com/user/repo).
The use of the ssh url is an important aspect of the thunk to some users, as pushing a change to a workflow file (anything in .github/workflows) is allowed by github using an ssh url, but refused by github using an https url.
While it seems like their could be user configuration that could be done to satisfy githubs security requirements, having a repo using an ssh url (that works for everything they need with their ssh keys configured on github) change to one using an https url that could require additional configuration is problematic.
When thunks are packed and unpacked it should preserve the schema (and probably everything else) in the uri of the remote.
The text was updated successfully, but these errors were encountered:
When a github repo cloned using the ssh url (e.g
git@github.com:user/repo
) is packed and unpacked it results in a repo with a https url for the remote (e.ghttps://github.com/user/repo
).The use of the ssh url is an important aspect of the thunk to some users, as pushing a change to a workflow file (anything in
.github/workflows
) is allowed by github using an ssh url, but refused by github using an https url.While it seems like their could be user configuration that could be done to satisfy githubs security requirements, having a repo using an ssh url (that works for everything they need with their ssh keys configured on github) change to one using an https url that could require additional configuration is problematic.
When thunks are packed and unpacked it should preserve the schema (and probably everything else) in the uri of the remote.
The text was updated successfully, but these errors were encountered: