release-android-web3modal-internal #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release Web3Modal Android Internal | ||
on: workflow_dispatch | ||
jobs: | ||
release-internal: | ||
uses: ./.github/workflows/release-android.yaml | ||
Check failure on line 6 in .github/workflows/release-dapp-internal.yaml GitHub Actions / Release Web3Modal Android InternalInvalid workflow file
|
||
with: | ||
name: Release Web3Modal Android Internal | ||
path: 'dapps/W3MWagmi' | ||
type: 'internal' | ||
output-path: 'dapps/W3MWagmi/android/app/build/outputs/apk/internal/app-internal.apk' | ||
secrets: | ||
project-id: ${{ secrets.ENV_PROJECT_ID }} | ||
sentry-dns: ${{ secrets.W3M_WAGMI_SENTRY_DSN }} | ||
sentry-file: ${{ secrets.W3M_WAGMI_SENTRY_FILE }} | ||
secrets-file: ${{ secrets.W3M_WAGMI_ANDROID_SECRETS }} | ||
firebase-token: ${{ secrets.FIREBASE_TOKEN }} | ||
firebase-app-id: ${{ secrets.W3M_WAGMI_ANDROID_INTERNAL_FIREBASE_APP_ID }} |