Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc(codebuild): Fix Project example with GitHubSource (#1834)
`SecretParameter` was being used incorrectly and it did not pass typechecking. The type error was: ``` Type 'SecretParameter' is missing the following properties from type 'Secret': resolve, toJSON, toList ```
- Loading branch information