We are implementing our CI/CD pipeline using GitHub Actions and in doing so, want to implement our Deployment flow using UiPath CLI. The problem we are facing is that from the existing documentation on UiPath CLI, for On-Prem Orchestrator, there’s no way we could find, where we can use AD Users to run the deployment command. Is there a way where in we can use AD Accounts (Service Accounts) for On-Prem Orchestrator for deploying packages using UiPath CLI?
I am attempting to do a similar thing. It seems like you can use a Oath token though I am unsure of what needs to be setup in terms of scope to be able to do that.
I’ll try to follow this thread and hopefully someone has some more information.
Following up here. I am able to create an account in the UiPath Administration under Accounts & Groups and can then use that account to do a deployment. Not using the AD group but at least it should work with deploying using a Github action.