arda-cards/purpose-configuration-action
Reads the configuration defined by the locator_url
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jan 21, 2026
- License
- MIT
Pinned Snippet
uses: arda-cards/purpose-configuration-action@01346d59ac528890e5dba680accfb5623947301a # v1.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| aws_region | The AWS region to deploy to | no | "" |
| aws_role | The AWS role for the connection | no | "" |
| cluster_name | The name of the cluster | no | "" |
| locator_url | The URL of properties file that defines aws_region, aws_role, cluster_name, deployment_gate. | no | "" |
| locator_url_bearer | A authentication bearer with read access to locator_url. | no | "" |
| locator_url_token | An authentication token with read access to locator_url. | no | "" |
Outputs
| name | description |
|---|---|
| aws_account_id | The AWS account ID for the connection |
| aws_region | The AWS region to deploy to |
| aws_role | The AWS role for the connection |
| cluster_name | The name of the cluster |
| deployment_gate | The deployment gate mode, defaults to `manual` |