Skip to content

Commit fdd6138

Browse files
committed
GET-2124 | feat(ppe): github pipeline passing correct secrets
1 parent 5ada76d commit fdd6138

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ env:
1515
TEST_WEGETFINANCING_URL: ${{ secrets.TEST_WEGETFINANCING_URL }}
1616
TEST_WEGETFINANCING_URL_V3: ${{ secrets.TEST_WEGETFINANCING_URL_V3 }}
1717
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
18+
MERCHANT_TOKEN_EMPTY: ${{ secrets.MERCHANT_TOKEN_EMPTY }}
19+
MERCHANT_TOKEN_SUCCESS: ${{ secrets.MERCHANT_TOKEN_SUCCESS }}
20+
MERCHANT_TOKEN_ERROR: ${{ secrets.MERCHANT_TOKEN_ERROR }}
1821

1922
jobs:
2023

0 commit comments

Comments
 (0)