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
@@ -159,8 +159,12 @@ Update this version to release new versions to NuGet.
159
159
160
160
To enable the full CI/CD pipeline, configure these secrets in your GitHub repository:
161
161
162
-
-`NUGET_API_KEY` - API key for publishing to NuGet.org
163
-
-`CODECOV_TOKEN` - Token for uploading coverage to Codecov (optional)
162
+
> **Note:** These secrets are only required if you want to publish NuGet packages or track code coverage. The CI workflow will work without them for development and testing purposes.
163
+
164
+
-`NUGET_API_KEY` - API key for publishing to NuGet.org (required only for publishing packages)
165
+
- Get your API key from [NuGet.org](https://www.nuget.org/account/apikeys)
166
+
-`CODECOV_TOKEN` - Token for uploading coverage to Codecov (optional, for coverage tracking)
167
+
- Get your token from [Codecov](https://codecov.io/) after connecting your repository
0 commit comments