Skip to content
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.

Clone URI defaults to HTTPS when an SSH private key is set #205

Open
silverlyra opened this issue Sep 10, 2018 · 0 comments
Open

Clone URI defaults to HTTPS when an SSH private key is set #205

silverlyra opened this issue Sep 10, 2018 · 0 comments

Comments

@silverlyra
Copy link

Describe the bug
The uri in the source configuration defaults to https://github.com/…, even when private_key is set.

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 [email protected]/(repo).git

silverlyra pushed a commit to silverlyra/github-pullrequest-resource that referenced this issue Sep 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant