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/[email protected]
with:
DROPBOX_ACCESS_TOKEN: ${{ secrets.DROPBOX_ACCESS_TOKEN }}
DROPBOX_DESTINATION_PATH_PREFIX: "folder path"
GLOB: "file path"