-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect release guide on github pages #284
Comments
It’s the other way around. The readme is incorrect. Would you like to send a PR to fix this? |
I've just checked the latest library template and still got error message while following steps described on pages.
Using Repository secrets instead of Environment secrets fixes the issue. If I understood correctly, i would like to send a PR. |
Oh you're right the template is missing the environment like in IcedTasks which should be set. |
Describe the bug
The steps to add NUGET_TOKEN from https://www.jimmybyrd.me/MiniScaffold/Tutorials/Getting_Started_With_Libraries.html#Add-your-NUGET_TOKEN-to-your-environment are incorrect.
Expected behavior
"Create an Environment on your repository named nuget." should be "Add your NuGet API key as repository secret NUGET_TOKEN to Actions secrets", as it mentioned in the project's README.
The text was updated successfully, but these errors were encountered: