Skip to content

Commit

Permalink
changeQaUniqe
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkray committed Dec 11, 2024
1 parent 7612d40 commit 4703c17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/health-sdk.alternative.version.check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: build unique release example app for QA
run: >
./gradlew health-sdk:example-app:assembleUniqueQaRelease
./gradlew health-sdk:example-app:assembleQaUniqueRelease
-PclientId="gini-mobile-test"
-PclientSecret="${{ secrets.GINI_MOBILE_TEST_CLIENT_SECRET }}"
-PreleaseKeystoreFile="health_sdk_example.jks"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: build release example app for QA
run: >
./gradlew merchant-sdk:example-app:assembleQaRelease
./gradlew merchant-sdk:example-app:assembleQaUniqueRelease
-PclientId="gini-mobile-test"
-PclientSecret="${{ secrets.GINI_MOBILE_TEST_CLIENT_SECRET }}"
-PreleaseKeystoreFile="merchant_sdk_example.jks"
Expand Down

0 comments on commit 4703c17

Please sign in to comment.