You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use env var instead of secrets context in step if condition
GitHub Actions does not allow 'secrets' context in step if: expressions.
Pass the secret as a step env var (_WIN_CSC_LINK) and check it inside
the PowerShell script instead — only exports WIN_CSC_LINK to GITHUB_ENV
when the cert is actually configured.
0 commit comments