fix: At each authentication also all past codeVerifier are used to get the credential #419
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: 🔥📲 Droid FireDrop | |
on: | |
pull_request: | |
branches: ['main'] | |
jobs: | |
tests: | |
uses: ./.github/workflows/test.yml | |
with: | |
backend-url: http://127.0.0.1:8090 | |
user-email: ${{ vars.USER_EMAIL }} | |
user-password: ${{ vars.USER_PASSWORD }} | |
user-seed: ${{ vars.USER_SEED }} | |
distribute: | |
uses: ForkbombEu/ship-capacitor-apps/.github/workflows/ship_android.yml@main | |
needs: tests | |
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 }} |