A GitHub Action to deploy to Dropbox
Follow this guide to create and get your access token
Save the token to your repository Settings > Secrets
:
- Name:
DROPBOX_ACCESS_TOKEN
- Value:
YOUR_TOKEN_FROM_DROPBOX_APP_CONSOLE
For the lazy ...
git add -A && git commit -m "ci" && git tag -a -m "ci" v1.0.5 && git push --follow-tags