This repository was archived by the owner on Jan 16, 2025. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: webhook expects REPOSITORY_ALLOW_LIST env var (#3856)
#### Description The `ConfigResolver` of the webhook lambda expects the env variable to be named `REPOSITORY_ALLOW_LIST` (see https://github.com/philips-labs/terraform-aws-github-runner/blob/1e40ecda859e961679f80a16135e23e9d8e4a2dd/lambdas/functions/webhook/src/ConfigResolver.ts#L18) whereas the one set by the `webhook` module was `REPOSITORY_WHITE_LIST`. I think it'd be great to follow up on https://github.com/philips-labs/terraform-aws-github-runner/issues/992, but it is beyond the scope of the fix proposed here now.
- Loading branch information