|
All checks were successful
validate-shared-actions / validate-shared-actions (pull_request) Successful in 1m53s
|
||
|---|---|---|
| .. | ||
| action.yml | ||
| README.md | ||
aws-configure
Authenticate with AWS via OIDC and export credentials to the environment.
Inputs
| Input | Required | Default | Description |
|---|---|---|---|
role-arn |
Yes | Full IAM role ARN | |
region |
No | eu-central-1 |
AWS region |
Usage
- uses: https://schmalz-git.git.onstackit.cloud/schmalz/shared-actions/aws-configure@aws-configure-v1
with:
role-arn: arn:aws:iam::123456789012:role/my-role
Notes
- Requires
enable-openid-connect: trueon the Forgejo runner job. - Credentials are exported via
$FORGEJO_ENVso subsequent steps can use them. - When
aws-profileis notdefault, a named AWS CLI profile is also configured.