-
Notifications
You must be signed in to change notification settings - Fork 70
[WIP] experimenting with encrypted travis tokens #84
base: master
Are you sure you want to change the base?
Conversation
I wonder if we need to inject the token directly into the URL like so:
that would be a specific change for the CI which I think we should avoid ... what would be nice is some simpler way of checking whether this .netrc thing is doing what we think it should be doing ... |
i think with https:// git will always require a password for priveledged actions - i wouild assume you would need to write a private key to /home/travis/.ssh/ as a pre-build step and pull with ssh using the form [email protected]:saasbook/hw-ruby-intro-ci |
maybe so @bill-auger but that's not what https://docs.travis-ci.com/user/private-dependencies/#API-Token implies ... |
2d8de4a
to
5b13cd7
Compare
We seem to have access to private repos now, but for some reason we get a single failure that seems unrelated to network access:
passes locally for me - but on CI gets the following ...
|
@zhangaaron could you take a look at the above? many thanks |
fixes #70