Skip to content

Commit

Permalink
Add Dropbox credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
amberin committed Mar 19, 2024
1 parent 9f816a5 commit 9510146
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9510146

Please sign in to comment.