feat: write-only values support to github_actions_environment_secret#3151
feat: write-only values support to github_actions_environment_secret#3151kokolight wants to merge 2 commits intointegrations:mainfrom
Conversation
|
👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labeled with |
|
Thanks for the PR @kokolight, but this whole area is under active development in #3069; I actually had write only support coded before I removed it due to the additional complexity it introduced. Once #3069 has been merged we will need to carefully consider the design for write only before we implement it. |
|
Ok @stevehipwell , hopefully this is going to be solved soon so we can get this great and needed feature 😄 |
Implements write-only values support for
github_actions_environment_secretResolves part of #2592 (only write-only support, not ephemeral resources)
Changes:
plaintext_value_woandplaintext_value_wo_versionfields togithub_actions_environment_secretgithub_actions_environment_secretresourceUpdate documentation with usage examples
Usage:
Pull request checklist
Does this introduce a breaking change?
Please see our docs on breaking changes to help!