design-system
design-system copied to clipboard
chore(workflow): add validation logic for `deploy-demo` and `deploy-documentation` workflows
- [ ] Depends on #5343
๐ Description
Enhance deployment workflow security by:
- Validating issue numbers and netlify configs
- Sanitizing all user inputs before use
- Using safer scripting methods
๐ Demo
If applicable, please add a screenshot or video to illustrate the changes.
๐ Checklist
- โ My code follows the style guidelines of this project
- ๐ ๏ธ I have performed a self-review of my own code
- ๐ I have made corresponding changes to the documentation
- โ ๏ธ My changes generate no new warnings or errors
- ๐งช I have added tests that prove my fix is effective or that my feature works
- โ๏ธ New and existing unit tests pass locally with my changes