Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yunjaena authored Feb 27, 2024
1 parent 24bb8a4 commit db0a731
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 @@ -36,7 +36,7 @@ jobs:
SECRET_KEY : $({ secrets.SECRET_KEY })
run: |
echo "koin_store_password=$KOIN_STORE_PASSWORD\nnavermap_key=$NAVER_MAP_KEY" > ./local.properties
echo $SECRET_KEY | base64 -d > ./koin/team_kap_android.jks
echo "$SECRET_KEY" | base64 -d > ./koin/team_kap_android.jks
- name: Update Firebase
env:
Expand Down

0 comments on commit db0a731

Please sign in to comment.