Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 983 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 983 Bytes

aliyun-cli-action

This GitHub Action allows you to easily install and configure the Aliyun Command Line Interface (CLI) in your workflows. The Aliyun CLI is a powerful tool for interacting with Alibaba Cloud services.

Usage

    steps:
    - name: Install and Configure Aliyun CLI
      uses: wadexu007/[email protected]
      with:
        aliyun-cli-version: '3.0.181'
        access-key-id: ${{ secrets.ALIYUN_ACCESS_KEY_ID }}
        access-key-secret: ${{ secrets.ALIYUN_ACCESS_KEY_SECRET }}
        region: ${{ vars.ALIYUN_REGION }}

    - name: List objects in Aliyun OSS bucket
      run: aliyun oss ls oss://xxx

Getting more details

To get more details, follow the step by step guide through my medium

License

This GitHub Action is licensed under the MIT License.