Skip to content

Commit 83751a7

Browse files
authored
Merge pull request #106 from UiPath/fix/cd
fix: add required secrets to cd pipeline
2 parents d56af36 + 53b0e19 commit 83751a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cd.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414

1515
test:
1616
uses: ./.github/workflows/test.yml
17+
secrets:
18+
UIPATH_URL: ${{ secrets.UIPATH_URL }}
19+
UIPATH_CLIENT_ID: ${{ secrets.UIPATH_CLIENT_ID }}
20+
UIPATH_CLIENT_SECRET: ${{ secrets.UIPATH_CLIENT_SECRET }}
1721

1822
build:
1923
name: Build

0 commit comments

Comments
 (0)