backmeupplz / ci-ninja

CI service written in node
MIT License
67 stars 12 forks source link

Private Repositories - Username & Password/Token #10

Closed thezeeshantariq closed 1 year ago

thezeeshantariq commented 1 year ago

This script works fine for public repositories. But what about the private repositories? As git pull requires authentication, by asking for a GitHub username and GitHub token or password. So how one can provide that?

backmeupplz commented 1 year ago

I usually create SSH key on the server and add it to my account on GH :)