From bdb4ecf40928b81fd44cdc25429b9a4ed84cf933 Mon Sep 17 00:00:00 2001 From: Niall Quinn Date: Wed, 11 Dec 2024 14:35:18 +0100 Subject: [PATCH] Secrets in correct directory --- .github/actions/appetize-build/action.yml | 2 +- .github/workflows/ui-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/appetize-build/action.yml b/.github/actions/appetize-build/action.yml index 7629370f2..b7b8be43a 100644 --- a/.github/actions/appetize-build/action.yml +++ b/.github/actions/appetize-build/action.yml @@ -86,7 +86,7 @@ runs: - name: Create secrets.defaults.properties shell: bash run: | - echo "STRIPE_PUBLISHABLE_KEY=${{ inputs.stripe-publishable-key }}" > secrets.defaults.properties + echo "STRIPE_PUBLISHABLE_KEY=${{ inputs.stripe-publishable-key }}" > Debug\ App/secrets.defaults.properties - name: Test, Build, and Distribute app to Appetize 🚀 shell: bash run: | diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index 05ae3a9c2..74958b3c0 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -100,7 +100,7 @@ jobs: - name: Create secrets.defaults.properties shell: bash run: | - echo "STRIPE_PUBLISHABLE_KEY=${{ secrets.STRIPE_PUBLISHABLE_KEY }}" > secrets.defaults.properties + echo "STRIPE_PUBLISHABLE_KEY=${{ secrets.STRIPE_PUBLISHABLE_KEY }}" > Debug\ App/secrets.defaults.properties - name: Distribute internally on Firebase and upload to Browserstack 🚀 run: |