To use the workflow for your own repo you simply need to copy the .github
folder into your repository and make the following changes.
- Convert your
key.jks
file to a base64 string withopenssl base64 -in key.jks > key.jks.txt -A
- Step 2
To use the workflow for your own repo you simply need to copy the .github
folder into your repository and make the following changes.
key.jks
file to a base64 string with openssl base64 -in key.jks > key.jks.txt -A