Open silverlyra opened 6 years ago
Describe the bug The uri in the source configuration defaults to https://github.com/…, even when private_key is set.
uri
https://github.com/…
private_key
To Reproduce
resource_types: - name: pull-request type: docker-image source: repository: jtarchie/pr resources: - name: pr type: pull-request source: access_token: ((github-token)) private_key: ((deploy-key)) repo: …
Expected behavior uri should default to git@github.com/(repo).git
git@github.com/(repo).git
Describe the bug The
uri
in the source configuration defaults tohttps://github.com/…
, even whenprivate_key
is set.To Reproduce
Expected behavior
uri
should default togit@github.com/(repo).git