You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@hcmisss — this just swaps the CHANGE_ME_TO_A_STRONG_SECRET placeholder for a different placeholder ("aaaaaaaa"). The placeholder is intentional — it's a strong-secret enforcement signal: Code.gs users are supposed to replace it with their own random secret (e.g. openssl rand -hex 32), not with another easy-to-guess value. mhrv-rs's config validation refuses to start with the original placeholder for exactly the same reason; replacing it with aaaaaaaa would just shift the problem.
If your goal was personal use (your own deployment with aaaaaaaa as the auth_key), don't open a PR — Code.gs is a template you copy into your own Apps Script project and customize there. The version in this repo is for distribution.
If you noticed the placeholder is a UX papercut for first-time deployers, the right fix is to mint a unique random secret in the deploy guide, not to hard-code one. We already do that — the README's Step 1 tells users to put their own random string there.
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
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.
No description provided.