Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 554 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 554 Bytes

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"