Fix production promotion. (#3851)

This commit is contained in:
Justin Bassett 2023-09-08 20:29:16 -04:00 committed by GitHub
parent ff70fb7c8c
commit a351dfb152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,14 @@ jobs:
ruby-version: '3.2'
bundler-cache: true
- uses: ./.github/actions/inflate-secrets
name: Inflate Secrets
with:
keystore: ${{ secrets.ORIGINAL_KEYSTORE_FILE }}
google-services: ${{ secrets.GOOGLESERVICES }}
firebase-creds: ${{ secrets.FIREBASECREDS }}
playstore-creds: ${{ secrets.PLAYSTORECREDS }}
- name: Promote to Beta to Production Play Store
run: bundle exec fastlane promote_to_production