feat: add Azure Trusted Signing support#658
Conversation
Add configuration for Azure Trusted Signing service for Windows code signing. This includes credential settings and environment variable cleanup for Azure-related keys. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
|
@simonhamp results from a GitHub Actions run with these changes (running off of my fork). Previously it would say
|
|
@simonhamp I've just verified that our builds that previously got flagged as |
|
See also NativePHP/electron#235 |
|
Hey @faustbrian awesome PR's! 🙏🏻 Are any of these newly introduced variables sensitive? Line 61 in 26d8402 We strip env variables ending with |
|
@gwleuverink I had already added them to the config file to be stripped out as they're all things that shouldn't be needed anywhere after signing. |
|
Must have missed that. Perfect 👌 |

Add configuration for Azure Trusted Signing service for Windows code signing. This includes credential settings and environment variable cleanup for Azure-related keys.
🤖 Generated with Claude Code