Skip to content

Commit 67972fe

Browse files
committed
EMAILCLOUD-470: Use production for tests
1 parent 3dc1586 commit 67972fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121

2222
- name: Run tests
2323
env:
24-
clientId: ${{secrets.appSid}}
25-
clientSecret: ${{secrets.appKey}}
26-
apiBaseUrl: "https://api-qa.aspose.cloud"
24+
clientId: ${{secrets.appSidProd}}
25+
clientSecret: ${{secrets.appKeyProd}}
26+
apiBaseUrl: "https://api.aspose.cloud"
2727
run: |
2828
sed -i "s|replaceClientSecret|$clientSecret|g" tests/phpunit.xml
2929
sed -i "s|replaceClientId|$clientId|g" tests/phpunit.xml

0 commit comments

Comments
 (0)