Files
setup-ossutil/README.md
2020-01-15 18:39:15 +08:00

959 B

setup-ossutil

GitHub Actions status

This action sets up Alibaba Cloud OSSUTIL for use in actions by:

  • downloading and caching ossutil by version and adding to PATH
  • configuring ossutil with your credentials

Usage

See action.yml

steps:
- uses: actions/checkout@v1
- uses: yizhoumo/setup-ossutil@v1
  with:
    ossutil-version: '1.6.10' # Optional
    endpoint: ${{ secrets.OSS_ENDPOINT }}
    access-key-id: ${{ secrets.OSS_ACCESS_KEY_ID }}
    access-key-secret: ${{ secrets.OSS_ACCESS_KEY_SECRET }}
- run: ossutil cp -f file-to-upload.txt oss://your-bucket/path

See also: Document of ossutil

License

The scripts and documentation in this project are released under the MIT License