-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Error: Private key not found in the argument. Please provide a valid key. #2670
Comments
generate_appcast doesn't think the key is a valid base64 encoded string. Please check the contents of the file. The error message is a bit misleading which I suppose we can use this issue for improving. If you can it's better to pass the key via standard input (this is taken from generate_appcast's help page for the
|
Do I need to base 64 encode the key in the secrets? |
If you're getting the private key from exporting via |
Clarified error message better in #2675, nothing else actionable here otherwise. |
Description of the problem
Using sparkle in Github actions, copied the private key to the secrets.
Using this to copy the private key to a file
And using this to update the appcast with a new item
Getting this error
"Error: Private key not found in the argument. Please provide a valid key."
Do you use Sandboxing in your app? No
Version of
Sparkle.framework
in the latest version of your appI'm currently using a hardcopy of the generate_appcast file from my latest build
Version of
Sparkle.framework
in the old version of app that your users have (or N/A)Sparkle's output from Console.app
Steps to reproduce the behavior
[The more information provided and pasted verbatim, the easier it will be to diagnose an issue. If you can provide the affected application/binary and XML feed to reproduce an issue, share them]
The text was updated successfully, but these errors were encountered: