-
Notifications
You must be signed in to change notification settings - Fork 305
Fix algolia keys #1511
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
Fix algolia keys #1511
Conversation
✅ Deploy Preview for docs-optimism ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
📝 WalkthroughWalkthroughThis pull request modifies the Possibly related PRs
Suggested reviewers
Tip ⚡🧪 Multi-step agentic review comment chat (experimental)
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (1)
🧰 Additional context used🪛 Gitleaks (8.21.2).env.local4-4: Identified an Algolia API Key, which could result in unauthorized search operations and data exposure on Algolia-managed platforms. (algolia-api-key) ⏰ Context from checks skipped due to timeout of 90000ms (3)
🔇 Additional comments (2)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
| NEXT_PUBLIC_ALGOLIA_WRITE_API_KEY= | ||
| NEXT_PUBLIC_ALGOLIA_INDEX_NAME=docs | ||
| NEXT_PUBLIC_ALGOLIA_SEARCH_API_KEY=cc766a73d4b0004e3059677de49297a2 | ||
| NEXT_PUBLIC_ALGOLIA_SEARCH_API_KEY=1fcd80d4cd0f16484b16910bd7e3c78c |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would suggest leaving the default key empty to prevent future issues, and updating the "Local Development" section of the README to explain that you need to create a .env file, and explain where to get an API key from
Description
Tests
Additional context
Metadata