Aliyun CLI Action
ActionsTags
(2)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.
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
To get more details, follow the step by step guide through my medium
This GitHub Action is licensed under the MIT License.
Aliyun CLI Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.