Skip to content

intersecato/dropbox-upload

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Github Action to deploy to Dropbox

Configuration

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

Github workflow file

- uses: intersecato/[email protected]
    with:
      DROPBOX_ACCESS_TOKEN: ${{ secrets.DROPBOX_ACCESS_TOKEN }}
      DROPBOX_DESTINATION_PATH_PREFIX: "folder path"
      GLOB: "file path"