- Notifications
You must be signed in to change notification settings - Fork7.8k
ci(sign): Fix signing in Windows#12145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
👋Hello lucasssvaz, we appreciate your contribution to this project! 📘 Please review the project'sContributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you haveread and signed theContributor License Agreement for this project. Click to see more instructions ...
Review and merge process you can expect ...
|
bc11afd intomasterUh oh!
There was an error while loading.Please reload this page.
Description of Change
This pull request updates the Windows binary signing process in the
build_py_tools.ymlGitHub Actions workflow. The manual PowerShell script for signing is replaced with the standardizedespressif/release-signGitHub Action, which integrates with Azure Key Vault for certificate management.CI/CD Workflow Improvements:
espressif/release-signGitHub Action, leveraging Azure Key Vault secrets for more secure and maintainable binary signing on Windows. (.github/workflows/build_py_tools.yml)Test Scenarios
Will test after merge in open PR.