Fork-Sync-With-Upstream-action icon indicating copy to clipboard operation
Fork-Sync-With-Upstream-action copied to clipboard

Feature: Add SSH support

Open aormsby opened this issue 3 years ago • 0 comments

HTTPS is currently the only repository connect option. It would be nice to add an SSH option.

Thoughts on implementation:

  • A string input variable 'ssh' to contain SSH connection data
  • A conditional check to use the SSH or HTTPS URL
  • Would need to set up SSH key as part of action startup
  • Update all URLs to use SSH if selected

aormsby avatar Jan 09 '21 19:01 aormsby