Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 340 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 340 Bytes

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