From a907caf8052b773dea8a3bd5776ace08d4b0cb0a 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..9b4718782 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: