Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

access repository without deploy key failed ✘ #16

Answered by nicoguertler
kHan0809 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,
thanks for reporting the problem. If you don't provide a deploy key, you should access the repository via HTTPS instead of SSH. So the roboch.json should look like this:

{
  "repository": "https://github.com/user/rrc2022.git",
  "branch": "master",
  "email": "[email protected]"
}

If I try this with a fork of the rrc2022 repository I get access repository without deploy key passed ✔.

Let me know if this solves your issue.

Best,
Nico

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kHan0809
Comment options

Answer selected by kHan0809
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants