feat: support secrets in render task definition
Issue #, if available: #20 Description of changes: Add ability to add secrets to task definition. There is already a pull request here #143 which tries to do this, but it isn't backward compatible. This pull request is. It also doesn't add tests which this PR does.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
👍 we'd love to use this feature. What's blocking?
Hi 👋 Any updates about when this will be merged? I think it's a needed feature 🙏
Hi there, any update on this?
Hi @yehudacohen, thank you so much for your contribution. Apologies on the delay. We will be working on reviewing Pull Requests on the repository. In the mean time please ensure that below steps, if not already done, are taken care of in your PR:
-
Verify if PR follows semantic pull request conventions.
-
Please be sure to run
npm run packagecommand to update dist/ folder with latest dependencies. -
Resolve merge conflicts on the PR if any.