Skip to content

Commit

Permalink
Set Dropbox refresh token
Browse files Browse the repository at this point in the history
And remove unused app_key_schema
  • Loading branch information
amberin committed Mar 31, 2024
1 parent 92ab7de commit f151b99
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,10 @@ jobs:
- name: Add Dropbox API credentials
shell: bash
run: |
echo "dropbox.token = \"${{ secrets.DROPBOX_APP_TOKEN }}\"" >> app.properties
echo "dropbox.refresh_token = \"${{ secrets.DROPBOX_REFRESH_TOKEN }}\"" >> 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
- name: Run tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
Expand Down

0 comments on commit f151b99

Please sign in to comment.