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(ci): use env var pattern for secrets in workflow if conditions (#374)
GitHub Actions rejects secrets.* in step-level if conditions during
workflow validation, causing 0 jobs and 'workflow file issue' errors.
Both nuget.yml and deploy-server-side.yml now pass secrets through
env: block first, then reference env.VAR_NAME in the if condition.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments