Skip to content

Upload files to Dropbox

Actions
This action will handle the deployment process of your project to Dropbox
1.0.0
Latest
Star (2)

Tags

 (1)

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"

Upload files to Dropbox is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

This action will handle the deployment process of your project to Dropbox
1.0.0
Latest

Tags

 (1)

Upload files to Dropbox is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.