govuk-one-login/Sign and upload Config file
Signs, zips and uploads a config file to the configuration S3 bucket
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 6, 2026
- License
- None
Pinned Snippet
uses: govuk-one-login/app-config-upload-action@5b22796f343e5a8721a50962b74d2baa04e78e31 # v2.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-role-arn | AWS role ARN to assume to sign and push the config file to S3 | yes | — |
| aws-region | AWS region to use | no | eu-west-2 |
| config-file | The name of the configuration file | yes | — |
| config-zip-name | The name of the zipped configuration pushed to s3 | no | config.zip |
| artefact-signing-key-arn | The ARN of the artefact signing key from the main stack | yes | — |
| config-source-bucket-name | The name of the S3 bucket from the Configuration stack | yes | — |
| environment | The target environment to upload the file to | yes | dev |
| working-directory | Path to folder containing the config file | no | . |
Outputs
no outputs