chore: app store automation #88
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: 🔥📲 Publish on Firebase Distribution | ||
on: | ||
pull_request: | ||
branches: ['main'] | ||
jobs: | ||
distribute: | ||
uses: ForkbombEu/ship-capacitor-apps/.github/workflows/ship_android.yml@main | ||
Check failure on line 9 in .github/workflows/distribute.yml GitHub Actions / 🔥📲 Publish on Firebase DistributionInvalid workflow file
|
||
with: | ||
backend-url: ${{ github.env.test.vars.PUBLIC_BACKEND_URL }} | ||
lane: distribute | ||
secrets: | ||
keystore-file: ${{ secrets.ANDROID_KEYSTORE_FILE }} | ||
service-account: ${{ secrets.FIREBASE_SERVICE_ACCOUNT }} | ||
keystore-alias: ${{ secrets.KEYSTORE_KEY_ALIAS }} | ||
keystore-password: ${{ secrets.KEYSTORE_STORE_PASSWORD }} | ||
keystore-key-password: ${{ secrets.KEYSTORE_KEY_PASSWORD }} | ||
firebase-app-id: ${{ secrets.FIREBASE_APP_ID }} |