cafebazaar / bundle-signer

Apache License 2.0
32 stars 10 forks source link

how can use this singer for ci/cd #49

Open hamidwaezi opened 10 months ago

hamidwaezi commented 10 months ago

i write a bash for use this singer but i can not pass --ks-pass . is there any sample for this issue?

maze1377 commented 9 months ago

Hi there! To address your concern, you can refer to the documentation on how to use bundletool by visiting this link: Android Developers - bundletool.

If you need to provide a plain password, I would recommend exercising caution. However, if you still want to proceed with it, you can use the flag --ks-pass=pass:password when executing the bundle tool command.

For more assistance and guidance, you can also take a look at our CI/CD setup in the following GitHub repository: Cafebazaar - bundle-signer CI/CD.

Feel free to reach out if you have any further questions or need additional support!