Skip to content

Instantly share code, notes, and snippets.

@saqib-github-commits
Created August 29, 2023 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saqib-github-commits/fe3e98dd70773c8c509cd4fff73648f2 to your computer and use it in GitHub Desktop.
Save saqib-github-commits/fe3e98dd70773c8c509cd4fff73648f2 to your computer and use it in GitHub Desktop.
- name: Decode Keystore
env:
ENCODED_KEYSTORE: ${{ secrets.RELEASE_KEYSTORE_BASE64 }}
DECODED_KEYSTORE_PATH: ${{ secrets.RELEASE_KEYSTORE_PATH }}
run: |
echo $ENCODED_KEYSTORE > keystore_base64.txt
base64 -d keystore_base64.txt > $DECODED_KEYSTORE_PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment