I want to fetch private submodule in one of my repo. I followed this: http://docs.shippable.com/ci/git-submodules
The problem is Github deploy key should be different for every repo, now when I use shippable subscription deploy key in my submodule repo, Github says: Key is already in use
What should I do now, to fetch my private submodule?