Skip to content

chore: deliver android alpha, beta, production #2

chore: deliver android alpha, beta, production

chore: deliver android alpha, beta, production #2

name: 🤖🎯 Publish Android Beta Version
on:
pull_request:
branches: ['main']
jobs:
distribute:
uses: ForkbombEu/ship-capacitor-apps/.github/workflows/ship_android.yml@v1
with:
backend-url: ${{ vars.PUBLIC_BACKEND_URL }}
lane: beta
secrets:
keystore-file: ${{ secrets.PLAYSTORE_KEYSTORE }}
service-account: ${{ secrets.PLAYSTORE_SERVICE_ACCOUNT }}
keystore-alias: ${{ secrets.PLAYSTORE_KEYSTORE_ALIAS }}
keystore-password: ${{ secrets.PLAYSTORE_KEYSTORE_PASSWORD }}
keystore-key-password: ${{ secrets.PLAYSTORE_KEYSTORE_KEY_PASSWORD }}