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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Github Action to deploy to Dropbox

Resources

Stars

Watchers

Forks