fuller-inc/Configure AWS Credentials by Assuming Roles
Easily configure AWS credential and region environment variables
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GITHUB_TOKEN generated by github-actions | yes | ${{ github.token }} |
| aws-region | AWS Region, e.g. us-east-2 | yes | — |
| role-to-assume | Use the provided credentials to assume an IAM role and configure the Actions environment with the assumed role credentials | yes | — |
| role-duration-seconds | Role duration in seconds (default: 1 hour, maximum: 1 hour) | yes | 3600 |
| role-session-name | Role session name (default: GitHubActions) | yes | GitHubActions |
| role-session-tagging | enable session tagging | yes | false |
| provider-endpoint | URL for credential provider | no | — |
| use-node-id | Use the node id of the repository instead of its name | yes | false |
Outputs
no outputs