There was an error while loading. Please reload this page.
1 parent 3dc1586 commit 67972feCopy full SHA for 67972fe
.github/workflows/tests.yml
@@ -21,9 +21,9 @@ jobs:
21
22
- name: Run tests
23
env:
24
- clientId: ${{secrets.appSid}}
25
- clientSecret: ${{secrets.appKey}}
26
- apiBaseUrl: "https://api-qa.aspose.cloud"
+ clientId: ${{secrets.appSidProd}}
+ clientSecret: ${{secrets.appKeyProd}}
+ apiBaseUrl: "https://api.aspose.cloud"
27
run: |
28
sed -i "s|replaceClientSecret|$clientSecret|g" tests/phpunit.xml
29
sed -i "s|replaceClientId|$clientId|g" tests/phpunit.xml
0 commit comments