mirror of
https://github.com/gbrigandi/mcp-server-wazuh.git
synced 2025-12-24 21:57:44 -06:00
GitHub Actions doesn't allow accessing secrets context directly in step-level 'if' conditions. This fix uses job-level environment variables to expose boolean flags from secrets, which can then be checked in step conditions.