alphagov / govuk-infrastructure

Terraform turnup automation for the EKS Kubernetes clusters that host GOV.UK. See https://github.com/alphagov/govuk-helm-charts for application config.
MIT License
139 stars 24 forks source link

Give GitHub Actions access to pact secrets for some repos #1325

Closed brucebolt closed 3 months ago

brucebolt commented 3 months ago

For repos tagged pact-publisher (currently only gds-api-adapters) we need to give GitHub Actions access to organisation level secrets for accessing the pact broker, in order to publish pact tests.

This was never an issue before as the pact tests was incorrectly set to only publish from a PR being merged into the main branch, so were never run on automatically raised PRs (e.g. dependabot). This was resolved in https://github.com/alphagov/gds-api-adapters/commit/5d27c95d96fb49334b002c3be70993e6b6f1145e.

Trello card