From 67972fed90e664def8e63652eae763f1de03490c Mon Sep 17 00:00:00 2001 From: Marat Gumerov Date: Tue, 15 Aug 2023 14:40:52 +0800 Subject: [PATCH] EMAILCLOUD-470: Use production for tests --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 62c36e7..69a8cb6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,9 +21,9 @@ jobs: - name: Run tests env: - clientId: ${{secrets.appSid}} - clientSecret: ${{secrets.appKey}} - apiBaseUrl: "https://api-qa.aspose.cloud" + clientId: ${{secrets.appSidProd}} + clientSecret: ${{secrets.appKeyProd}} + apiBaseUrl: "https://api.aspose.cloud" run: | sed -i "s|replaceClientSecret|$clientSecret|g" tests/phpunit.xml sed -i "s|replaceClientId|$clientId|g" tests/phpunit.xml