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
- uses: intersecato/dropbox-upload@v1.0.0
with:
DROPBOX_ACCESS_TOKEN: ${{ secrets.DROPBOX_ACCESS_TOKEN }}
DROPBOX_DESTINATION_PATH_PREFIX: "folder path"
GLOB: "file path"