# upload-oss **Repository Path**: mirrors_vesoft-inc/upload-oss ## Basic Information - **Project Name**: upload-oss - **Description**: upload files to oss of aliyun - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Upload OSS Upload files to oss of aliyun ## Inputs ### `key-id` **Required** access key ID of oss. Default `''`. ### `key-secret` **Required** access key secret of oss. Default `''`. ### `endpoint` **Required** endpoint of oss. Default `''`. ### `bucket` **Required** bucket of oss. Default `''`. ### `asset-path` **Required** file path to be uploaded. Default `''`. ### `target-path` **Required** path where the oss object is stored. Default `''`. ## Example usage ```yaml uses: vesoft-inc/upload-oss with: key-id: ${{ secrets.OSS_ID }} key-secret: ${{ secrets.OSS_SECRET }} endpoint: ${{ secrets.OSS_ENDPOINT }} bucket: oss-bucket asset-path: /path/to/assets target-path: /path/to/target/files ```