Skip to content
arrow-up

GitHub Action

Upload files to Dropbox

1.0.0 Latest version

Upload files to Dropbox

arrow-up

Upload files to Dropbox

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

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Upload files to Dropbox

uses: intersecato/[email protected]

Learn more about this action in intersecato/dropbox-upload

Choose a version

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"