Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release 03-07-2023] Reverse Merge #72

Merged
merged 229 commits into from
Jul 6, 2023
Merged

Conversation

vijay151096
Copy link

Release PR :
mosip#756

ckm007 and others added 30 commits July 27, 2022 13:39
Bring idpass/main and mosip/main in sync
[DSD-1364] Added delete workflow in manual mode for inji repo.
[DSD-1364] Added token to the workflow for inji repo.
Anil-kumar-Majji and others added 26 commits June 28, 2023 12:05
[Internal-release-03-07-23] - Literals changes are done along with other missing texts in locals.
[Internal-release-03-07-23] - Fixed VC Sharing and VC Item Related Issues
…tour guide option and fix the tuvali version in about inji
 [Release 03-07-2023] New UI Revamp and Max Storage Limit Handling
@vijay151096 vijay151096 merged commit 9b10d25 into tw-mosip:develop Jul 6, 2023
0 of 2 checks passed
Copy link

@vharsh vharsh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment on lines -87 to +95
keytool \
-genkey -v \
-storetype PKCS12 \
-keyalg RSA \
-keysize 2048 \
-validity 10000 \
-storepass $DEBUG_KEYSTORE_PASSWORD \
-keypass $DEBUG_KEYSTORE_PASSWORD \
-alias androiddebugkey \
-keystore android/app/debug.keystore \
-dname "CN=io.mosip.residentapp,OU=,O=,L=,S=,C=US"
env:
DEBUG_KEYSTORE_PASSWORD: '${{secrets.INJI_ANDROID_DEBUG_STOREPASS}}'

echo "$ANDROID_KEYSTORE_FILE" > release.keystore.b64
base64 -d -i release.keystore.b64 > android/app/release.keystore
env:
ANDROID_KEYSTORE_FILE: ${{ secrets.INJI_ANDROID_RELEASE_KEYSTORE }}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@adityankannan-tw Please see if this change is not going to break anything

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vharsh This is needed as we should use only release keystore from secrets to push to play store and not the debug one. This is fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants