Skip to content

thalter/deploy-to-dropbox

 
 

Repository files navigation

deploy-to-dropbox

A GitHub Action to deploy to Dropbox

Initialisation

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_FROM_DROPBOX_APP_CONSOLE

Developing

For the lazy ...

git add -A && git commit -m "ci" && git tag -a -m "ci" v1.0.5 && git push --follow-tags

About

A GitHub Action to deploy to Dropbox

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%