Is there a way to specify custom github actions for a typescript project in a .projenrc.js file? I've tried reading this documentation: https://github.com/projen/projen-github-action-typescript/blob/main/API.md but I couldn't find clear instructions on how to include my custom actions in the TypeScriptProject's configuration options.
PS: I wanted to add the projen tag, but I don't have enough reputation to add.
TypeScriptProjectfrom the projen library and I want to add an action to one of the existing workflows.