Skip to content

release-android-walletkit-production #2

release-android-walletkit-production

release-android-walletkit-production #2

name: release-android-web3wallet-production
on: workflow_dispatch
jobs:
release-production:
uses: ./.github/workflows/release-android-base.yaml

Check failure on line 6 in .github/workflows/release-wallet-android-production.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-wallet-android-production.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/release-wallet-android-production.yaml" -> "./.github/workflows/release-android-base.yaml" (source branch with sha:9337d0de3b1018166095a3af9e0c96c1857632cf) : You have an error in your yaml syntax on line 97
with:
name: Web3Wallet 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: ${{ vars.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 }}