From 9510146ce9891a672e9c5676dc28b140fd6cc3d6 Mon Sep 17 00:00:00 2001 From: Victor Andreasson Date: Tue, 19 Mar 2024 23:56:18 +0100 Subject: [PATCH] Add Dropbox credentials --- .github/workflows/test.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3e1666d90..3973ef274 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -59,6 +59,13 @@ jobs: ~/.android/adb* key: avd-29 + - name: Add Dropbox API credentials + shell: bash + run: | + echo "dropbox.token=${{ secrets.DROPBOX_APP_SECRET }}" >> app.properties + echo "dropbox.app_key=${{ secrets.DROPBOX_APP_KEY }}" >> app.properties + echo "dropbox.app_key_schema=db-${{ secrets.DROPBOX_APP_KEY }}" >> app.properties + - name: run tests uses: reactivecircus/android-emulator-runner@v2 with: