-
Notifications
You must be signed in to change notification settings - Fork 12
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
0.4.0 Package/deploy failure #89
Comments
The check secrets option refers to verifying that the secrets used in your GitHub Actions workflow are properly configured. Secrets are encrypted environment variables stored securely in your GitHub repository or organization. They allow you to securely pass sensitive information (like API tokens or passwords) to your workflow. In your case, the secret Steps to Check Secrets in GitHub
Common Issues with Secrets
Example Usage in WorkflowHere’s how you’re using the run: dotnet nuget push ${{ env.PACKAGE_OUTPUT_DIRECTORY}}/Novu.${{ steps.version.outputs.version-without-v }}.nupkg -k ${{ secrets.NUGET_AUTH_TOKEN }} -s ${{ env.NUGET_SOURCE_URL}}
By following these steps and ensuring the |
The package is unable to be deployed to Nuget with the error:
https://github.com/novuhq/novu-dotnet/actions/runs/12753239583/job/35544462381
@wh1337 @LetItRock @scopsy I am assuming that the keys need updating and I do not have rights to change settings.
The text was updated successfully, but these errors were encountered: