Skip to content

Commit

Permalink
Improved the getting secret in CD.
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitMaliDeveloper committed Oct 31, 2024
1 parent 2d10434 commit 11aaaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
echo "$keystore" | base64 -d > kiwix-android/kiwix-android.keystore
if [ -n "$non_kiwix_organization_json" ]; then
echo "It is non-kiwix organization json file"
echo "${{ secrets[env.NON_KIWIX_ORGANIZATION_TAG] }}" > kiwix-android/playstore.json
echo "$non_kiwix_organization_json" > kiwix-android/playstore.json
else
echo "It is kiwix organization json file"
echo "$playstore_json" > kiwix-android/playstore.json
Expand Down

0 comments on commit 11aaaa3

Please sign in to comment.