ty0x2333 / cocoapods-action

A GitHub Action for validating Pods and testing iOS/macOS project
19 stars 11 forks source link

I have private pods used in my project so pod install fails. #4

Closed manivel-nagarajan closed 4 years ago

manivel-nagarajan commented 4 years ago

My workflow fails while pod install, since I have private pods in my profile and we use ssh authentication. Any plans to support this?

Thanks in advance.

ty0x2333 commented 4 years ago

@manivel-nagarajan

If you try to install a private Pod on another account, then you need access rights for that account.

You can try this action: https://github.com/webfactory/ssh-agent

Add it before ty0x2333/cocoapods-action.

manivel-nagarajan commented 4 years ago

Thanks @ty0x2333