Skip to content

chore: moved store urls to inputs #87

chore: moved store urls to inputs

chore: moved store urls to inputs #87

name: release-android-walletkit-internal

Check failure on line 1 in .github/workflows/release-wallet-android-internal.yaml

View workflow run for this annotation

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

Invalid workflow file

(Line: 18, Col: 21): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.FIREBASE_WALLETKIT_INTERNAL_URL
permissions:
id-token: write
contents: read
on: workflow_dispatch
jobs:
release-internal:
uses: ./.github/workflows/release-android-base.yaml
with:
name: WalletKit React Native
root-path: 'wallets/rn_cli_wallet'
release-type: 'internal'
project-type: 'wallet'
output-path: 'wallets/rn_cli_wallet/android/app/build/outputs/apk/internal/app-internal.apk'
firebase-url: ${{ secrets.FIREBASE_WALLETKIT_INTERNAL_URL }}
secrets:
project-id: ${{ secrets.ENV_WALLET_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_INTERNAL_FIREBASE_APP_ID }}
gsa-key: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_KEY }}
keystore-name: ${{ secrets.WC_INTERNAL_KEYSTORE_NAME }}
keystore: ${{ secrets.WC_INTERNAL_KEYSTORE }}
google-services-file: ${{ secrets.ANDROID_GOOGLE_SERVICES_BASE64 }}
aws-account-id: ${{ secrets.AWS_ACCOUNT_ID }}
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}