tmknom/AWS Credentials
This action is a wrapper for [aws-actions/configure-aws-credentials][aws-actions]. ## Usage ```yaml steps: - name: AWS Credentials uses: tmknom/aws-credentials-action@v0 with: aws-account-id: 123456789012 iam-role-name: example-oidc-role ```
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-account-id | The number used to identify the Amazon Web Services account. | yes | — |
| iam-role-name | The name of the role to assume. | yes | — |
| aws-region | The region to use. | no | us-east-1 |
| mask-aws-account-id | Whether to mask the AWS account ID for these credentials as a secret value. | no | true |
| mask-iam-role-name | Whether to mask the IAM role name for these credentials as a secret value. | no | true |
| duration-seconds | The duration of the session in seconds. | no | 3600 |
Outputs
| name | description |
|---|---|
| session-name | Role session name. |