mozillazg/Authenticate to Alibaba Cloud

Authenticate to Alibaba Cloud with GitHub Actions OIDC tokens.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
audienceThe value for the audience (aud) parameter in GitHub's generated OIDC token.noactions.github.com
regionAlibaba Cloud Regionnoap-southeast-1
role-arn-to-assumeUse the OIDC token to assume an RAM role.yes
oidc-provider-arnThe arn of OIDC provider.yes
role-duration-secondsRole duration in seconds.no3600
role-session-nameRole session namenogithub-actions-<orgName>-<repoName>
export-environment-variablesIf true, the action will export common environment variables which are known to be consumed by popular downstream libraries and tools, including: - ALIBABA_CLOUD_ACCESS_KEY_ID - ALICLOUD_ACCESS_KEY - ALIBABACLOUD_ACCESS_KEY_ID - ALICLOUD_ACCESS_KEY_ID - ALIBABA_CLOUD_ACCESS_KEY_SECRET - ALICLOUD_SECRET_KEY - ALIBABACLOUD_ACCESS_KEY_SECRET - ALICLOUD_ACCESS_KEY_SECRET - ALIBABA_CLOUD_SECURITY_TOKEN - ALICLOUD_ACCESS_KEY_STS_TOKEN - ALIBABACLOUD_SECURITY_TOKEN - ALICLOUD_SECURITY_TOKEN If false, the action will not export any environment variables.nofalse
set-outputsIf true, the action will set credentials as action outputs, including: - access-key-id - access-key-secret - security-token If false, the action will not set any action outputs.nofalse
retriesNumber of times to retry a failed authentication attempt.no3
namedescription
access-key-idThe Alibaba Cloud Access Key ID
access-key-secretThe Alibaba Cloud Access Key Secret
security-tokenThe Alibaba Cloud Security Token (STS Token)