Skip to content

jeffc/backblaze-b2-upload-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Upload a file to B2

Pass in arguments to upload single files to Backblaze B2

steps:
- uses: yamatt/backblaze-b2-upload-action@v6
  with:
    key_id: ${{ secrets.B2_KEY_ID }}
    application_key: ${{ secrets.B2_APPLICATION_KEY }}
    bucket_name: ${{ secrets.B2_BUCKET_NAME }}
    file_path: action.yml
    remote_path: test

About

upload single files to Backblaze B2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 64.2%
  • Shell 35.8%