Skip to content

Commit

Permalink
EMAILCLOUD-470: Use production for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Marat-Gumerov committed Aug 15, 2023
1 parent 3dc1586 commit 67972fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 67972fe

Please sign in to comment.