aliyun/"Configure Alibaba Cloud Credentials" Action for GitHub Actions
Configures Alibaba Cloud credentials for use in subsequent steps in a GitHub Action workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| oidc-provider-arn | The ARN of OIDC provider. format: acs:ram::USER_Id:oidc-provider/ROLE_NAME | no | — |
| role-to-assume | Required for OIDC user. The ARN of role to assume. format: acs:ram::USER_Id:role/ROLE_NAME | no | — |
| role-session-expiration | Role roleSessionExpiration in seconds (default: 1800 seconds) | no | 1800 |
| role-session-name | Role session name | no | github-action-session |
| audience | The audience to use for the OIDC provider | no | sts.aliyuncs.com |
| role-chaining | Whether to use role chaining. Use existing credentials to assume another role | no | — |
Outputs
| name | description |
|---|---|
| aliyun-access-key-id | The alibaba cloud access key ID for the provided credentials |
| aliyun-access-key-secret | The alibaba cloud access key secret for the provided credentials |
| aliyun-security-token | The alibaba cloud security token for the provided credentials |