Skip to content

Commit

Permalink
chore(release): Fix secret name for key alias
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Jul 30, 2024
1 parent ae68a2b commit 6ee7541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
secrets:
android_keystore: ${{ secrets.ANDROID_KEYSTORE }}
android_keystore_password: ${{ secrets.ANDROID_KEYSTORE_PASSWORD }}
android_key_alias: ${{ secrets.ANDROID_KEYSTORE_KEY_ALIAS }}
android_key_alias: ${{ secrets.ANDROID_KEYSTORE_KEY_NAME }}
android_key_password: ${{ secrets.ANDROID_KEYSTORE_KEY_PASSWORD }}
android_publisher_credentials: ${{ secrets.PUBLISHER_GCP_SERVICE_ACCOUNT }}

0 comments on commit 6ee7541

Please sign in to comment.