docs(updater): clarify signing key environment variables#3890
Open
nandanpugalia wants to merge 2 commits into
Open
docs(updater): clarify signing key environment variables#3890nandanpugalia wants to merge 2 commits into
nandanpugalia wants to merge 2 commits into
Conversation
✅ Deploy Preview for tauri-v2 ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
|
Just so that you know, the reference page is generated from the tauri repo's https://github.com/tauri-apps/tauri/blob/dev/crates/tauri-cli/ENVIRONMENT_VARIABLES.md You'll need to edit that instead. |
Contributor
Author
|
Adjusted this PR to remove the generated reference-page edit. The docs PR now only keeps the updater signing note. I opened the source reference change in the main repo here: tauri-apps/tauri#15560. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
tauri buildreadsTAURI_SIGNING_PRIVATE_KEY, which may be key contents or a pathTAURI_SIGNING_PRIVATE_KEY_PATHas the path variable fortauri signer signTAURI_SIGNING_PRIVATE_KEY_PASSWORDexactly when using shells or CIRefs tauri-apps/tauri#15028.
Verification
pnpm exec prettier -c --plugin prettier-plugin-astro src/content/docs/plugin/updater.mdx src/content/docs/reference/environment-variables.mdxgit diff --checkpnpm build:astrowas attempted and rendered the changed pages, but failed during the finalstarlight-links-validatorhook due to existing invalid links across the docs tree.