As part of our pipeline, we clone a private repo that provides various dependencies. This isn’t a problem on drone server when the Oauth credentials are provided, but I’d like to run our pipeline locally to test it out. I found a bit of info about that here
The server has access to your oauth credentials and uses these credentials to generate a netrc file. These credentials need to be provided to the command line runner to more closely emulate the server environment.
I couldn’t find info on how to do this anywhere, any help would be much appreciated!