From a351dfb152faf3f7ab81f0d5ab31231eaea1d964 Mon Sep 17 00:00:00 2001 From: Justin Bassett Date: Fri, 8 Sep 2023 20:29:16 -0400 Subject: [PATCH] Fix production promotion. (#3851) --- .github/workflows/release.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2b5f95e3d..95ece15e5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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