How to add SSH Key in Travis CI?

后端 未结 2 1261
挽巷
挽巷 2020-12-15 07:22

In Travis Doc there is tab \"SSH Key\" in Settings, but not in my account. I need to add SSH Key to clone submodules on GitHub.

My Account:

2条回答
  •  感情败类
    2020-12-15 07:29

    This feature is only available for private repositories currently.

    For public repositories, you shouldn't need them to be private Git URLs (assuming they're on GitHub), so changing the URLs to use public clone URLs should do the trick.

提交回复
热议问题