Skip to content

fix(ci): move NUGET_API_KEY check from job-level if to workflow steps#4

Merged
mar4elkin merged 3 commits into
masterfrom
fix/github-workflows-secrets
Mar 17, 2026
Merged

fix(ci): move NUGET_API_KEY check from job-level if to workflow steps#4
mar4elkin merged 3 commits into
masterfrom
fix/github-workflows-secrets

Conversation

@mar4elkin

Copy link
Copy Markdown
Contributor

Summary

Fix the invalid GitHub Actions workflow in native-multi-platform.yml.

GitHub Actions does not allow secrets.* in a job-level if expression, which caused the workflow to fail validation
before execution. This PR moves the NUGET_API_KEY check out of the job-level condition and into step-level
conditions.

Changes

  • expose NUGET_API_KEY through job env

@mar4elkin mar4elkin self-assigned this Mar 17, 2026
@mar4elkin mar4elkin merged commit 162b53c into master Mar 17, 2026
6 checks passed
@mar4elkin mar4elkin deleted the fix/github-workflows-secrets branch March 17, 2026 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants