Skip to content

release-android-walletkit-production #8

release-android-walletkit-production

release-android-walletkit-production #8

name: release-android-walletkit-production
on: workflow_dispatch
jobs:
release-production:
uses: ./.github/workflows/release-android-base.yaml
with:
name: WalletKit React Native
root-path: 'wallets/rn_cli_wallet'
release-type: 'production'
output-path: 'wallets/rn_cli_wallet/android/app/build/outputs/apk/release/app-release.apk'
secrets:
project-id: ${{ secrets.ENV_PROJECT_ID }}
relay-url: ${{ secrets.ENV_RELAY_URL }}
sentry-dsn: ${{ secrets.W3W_SENTRY_DSN }}
sentry-file: ${{ secrets.W3W_SENTRY_FILE }}
secrets-file: ${{ secrets.ANDROID_SECRETS_FILE }}
firebase-app-id: ${{ secrets.W3W_ANDROID_PROD_FIREBASE_APP_ID }}
gsa-key: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_KEY }}
keystore-name: ${{ vars.WC_PROD_KEYSTORE_NAME }}
keystore: ${{ secrets.WC_PROD_KEYSTORE }}
google-services-file: ${{ secrets.ANDROID_GOOGLE_SERVICES_BASE64 }}