Skip to content

Commit

Permalink
Put passwords between double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
captainepoch committed May 18, 2024
1 parent 6d4f34e commit e114db0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
cd husky/app/build/outputs/apk/huskyBeta/debug/
apksigner sign --ks "${TMP_KS_FILE_PATH}"/husky_beta_ks.jks \
--ks-key-alias ${{ secrets.HUSKY_BETA_KS_ALIAS }} \
--ks-pass ${{ secrets.HUSKY_BETA_KS_PW }} \
--key-pass ${{ secrets.HUSKY_BETA_KS_ALIAS_PW }} \
--ks-pass "${{ secrets.HUSKY_BETA_KS_PW }}" \
--key-pass "${{ secrets.HUSKY_BETA_KS_ALIAS_PW }}" \
--in "husky_${{ steps.vars.outputs.tag }}.apk" \
--out "husky_${{ steps.vars.outputs.tag }}_signed.apk"
mkdir signed
Expand Down

0 comments on commit e114db0

Please sign in to comment.