#Github actions giving the below updater error,

8 messages · Page 1 of 1 (latest)

craggy dawn
#

Error incorrect updater private key password: Missing comment in secret key

I have already set the

TAURI_SIGNING_PRIVATE_KEY=""
TAURI_SIGNING_PRIVATE_KEY_PASSWORD=""

PS - It builds just fine on my local.
@sudden thicket

sudden thicket
#

Is your github repo public?

#

and you're sure the TAURI_SIGNING_PRIVATE_KEY secret is set to the exact same value you use locally?

craggy dawn
#

Yup, its the same. Yeah its public, building a open source postman alternative

#
GitHub

Your next-gen API testing and development tool. Contribute to sparrowapp-dev/sparrow-app development by creating an account on GitHub.

GitHub

Your next-gen API testing and development tool. Contribute to sparrowapp-dev/sparrow-app development by creating an account on GitHub.

GitHub

Your next-gen API testing and development tool. Contribute to sparrowapp-dev/sparrow-app development by creating an account on GitHub.

#

TAURI_SIGNING_PRIVATE_KEY=""
TAURI_SIGNING_PRIVATE_KEY_PASSWORD=""
APPLE_SIGNING_IDENTITY=""
APPLE_CERTIFICATE=""
APPLE_CERTIFICATE_PASSWORD=""
yarn install
yarn tauri build --debug

#

What does Missing comment in secret key mean in the below error?

Error incorrect updater private key password: Missing comment in secret key

#

I have updated the variables from which I am setting the below variables in action

TAURI_SIGNING_PRIVATE_KEY=""
TAURI_SIGNING_PRIVATE_KEY_PASSWORD=""