Skip to content

test: github action for Android [Do Not Merge] #4

test: github action for Android [Do Not Merge]

test: github action for Android [Do Not Merge] #4

Workflow file for this run

name: Android CI
on:
pull_request:
branches:
- '*'
jobs:
build:
uses: ./.github/workflows/android_experimental_build.yml
secrets:
EXPERIMENTAL_KEYSTORE_BASE64: ${{ secrets.EXPERIMENTAL_KEYSTORE_BASE64 }}

Check failure on line 12 in .github/workflows/action.yml

View workflow run for this annotation

GitHub Actions / Android CI

Invalid workflow file

The workflow is not valid. .github/workflows/action.yml (Line: 12, Col: 37): Invalid secret, EXPERIMENTAL_KEYSTORE_BASE64 is not defined in the referenced workflow. .github/workflows/action.yml (Line: 13, Col: 39): Invalid secret, EXPERIMENTAL_KEYSTORE_PASSWORD is not defined in the referenced workflow.
EXPERIMENTAL_KEYSTORE_PASSWORD: ${{ secrets.EXPERIMENTAL_KEYSTORE_PASSWORD }}
EXPERIMENTAL_KEY_ALIAS: ${{ secrets.EXPERIMENTAL_KEY_ALIAS }}
EXPERIMENTAL_KEY_PASSWORD: ${{ secrets.EXPERIMENTAL_KEY_PASSWORD }}
test:
uses: ./.github/workflows/maestro_android.yml
needs: build