Skip to content

Commit 788dd79

Browse files
docs: fix broken uipath doc links
UiPath CLI documentation links now pointing to the new CI/CD integrations section
1 parent 425c36a commit 788dd79

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
Github Action for packing UiPath projects within a GitHub repository into .nupkg packages, with a given project version number (preferably a semver based version).
44

5-
Built as a wrapper around the UiPath CLI Task for [packing projects](https://docs.uipath.com/automation-ops/automation-cloud/latest/user-guide/executing-tasks-cli#packing-projects-into-a-package)
5+
Built as a wrapper around the UiPath CLI Task for [packing projects](https://docs.uipath.com/cicd-integrations/standalone/2024.10/user-guide/packing-projects-into-a-package)
66

77
## Setup
88

99
This action requires the following items to be configured:
1010

1111
- UiPath CLI installed on GitHub Actions Runner. This can be done by running the [setup-uipath action](https://github.com/Mikael-RnD/setup-uipath) before this action
12-
- [An external application created in Orchestrator](https://docs.uipath.com/automation-cloud/automation-cloud/latest/admin-guide/managing-external-applications) with the access scopes specified in the [UiPath CLI documentation](https://docs.uipath.com/automation-ops/automation-cloud/latest/user-guide/executing-tasks-cli#adding-an-external-application). With the credentials passed to this actions input from GitHub Secrets (or other safe credential stores)
12+
- [An external application created in Orchestrator](https://docs.uipath.com/automation-cloud/automation-cloud/latest/admin-guide/managing-external-applications) with the access scopes specified in the [UiPath CLI documentation](https://docs.uipath.com/cicd-integrations/standalone/2024.10/user-guide/executing-uipath-cli-tasks#api-access-application-scopes). With the credentials passed to this actions input from GitHub Secrets (or other safe credential stores)
1313

1414
## Example usage
1515

0 commit comments

Comments
 (0)