Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle SSH connection for commit push #34

Closed
kilianpaquier opened this issue Nov 22, 2024 · 1 comment
Closed

Handle SSH connection for commit push #34

kilianpaquier opened this issue Nov 22, 2024 · 1 comment
Labels
released Issue or pull request released main channel

Comments

@kilianpaquier
Copy link
Owner

Today, pushes are only handled with HTTP where the repositoryUrl is parsed and overriden.
A new feature is to handle SSH to make the merge and push the changes.
This should be configurable with a new configuration option like useSSH for instance.

kilianpaquier added a commit that referenced this issue Nov 22, 2024
…f adding `ssh://` if not provided) - fixes #34

Signed-off-by: kilianpaquier <kilian@kilianpaquier.com>
kilianpaquier added a commit that referenced this issue Nov 22, 2024
…f adding `ssh://` if not provided) - fixes #34

Signed-off-by: kilianpaquier <kilian@kilianpaquier.com>
github-actions bot pushed a commit that referenced this issue Nov 22, 2024
## [1.6.0](v1.5.4...v1.6.0) (2024-11-22)

### 🚀 Features

* **auth:** implement SSH auth modificator (nothing special outside of adding `ssh://` if not provided) - fixes [#34](#34) ([18f8421](18f8421))
Copy link
Contributor

🎉 This issue has been resolved in version v1.6.0 🎉

@github-actions github-actions bot added the released Issue or pull request released main channel label Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Issue or pull request released main channel
Projects
None yet
Development

No branches or pull requests

1 participant