Skip to content

Commit

Permalink
Update intgtest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r3n committed Jun 20, 2024
1 parent 7f73ccf commit 43d09a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/intgtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
echo "host is $HOSTNAME"
./gradlew clean test
env:
SDK_INTEGRATION_TESTS_SERVER_API_URL: ${{ secrets.SDK_INTEGRATION_TESTS_SERVER_API_URL }}
SDK_INTEGRATION_TESTS_SERVER_KEY_ID: ${{ secrets.SDK_INTEGRATION_TESTS_SERVER_KEY_ID }}
SDK_INTEGRATION_TESTS_SERVER_KEY_SECRET: ${{ secrets.SDK_INTEGRATION_TESTS_SERVER_KEY_SECRET }}
SDK_INTEGRATION_TESTS_SERVER_API_URL: ${{ secrets.CONDUCTOR_SERVER_URL }}
SDK_INTEGRATION_TESTS_SERVER_KEY_ID: ${{ secrets.CONDUCTOR_SERVER_AUTH_KEY }}
SDK_INTEGRATION_TESTS_SERVER_KEY_SECRET: ${{ secrets.CONDUCTOR_SERVER_AUTH_SECRET }}
USER1_APPLICATION_ID: ${{ secrets.USER1_APPLICATION_ID }}
USER1_KEY_ID: ${{ secrets.USER1_KEY_ID }}
USER1_SECRET: ${{ secrets.USER1_SECRET }}
Expand Down

0 comments on commit 43d09a2

Please sign in to comment.