Skip to content

Commit 9999b8e

Browse files
chore: renamed google services secret for android
1 parent d936e11 commit 9999b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-walletkit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
gsa-key: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_KEY }}
4747
keystore-name: ${{ inputs.release-type == 'internal' && vars.WC_INTERNAL_KEYSTORE_NAME || vars.WC_PROD_KEYSTORE_NAME }}
4848
keystore: ${{ inputs.release-type == 'internal' && secrets.WC_INTERNAL_KEYSTORE || secrets.WC_PROD_KEYSTORE }}
49-
google-services-file: ${{ secrets.WALLETKIT_ANDROID_GOOGLE_SERVICES_BASE64 }}
49+
google-services-file: ${{ secrets.ANDROID_GOOGLE_SERVICES_BASE64 }}
5050
aws-account-id: ${{ secrets.AWS_ACCOUNT_ID }}
5151
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
5252
firebase-url: ${{ inputs.release-type == 'internal' && vars.FIREBASE_WALLETKIT_INTERNAL_URL || vars.FIREBASE_WALLETKIT_PROD_URL }}

0 commit comments

Comments
 (0)