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
Copy file name to clipboardExpand all lines: src/content/blog/vibe-coding-mastery/page.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -479,7 +479,7 @@ Deploy with confidence!
479
479
480
480
If you accidentally push a secret:
481
481
-**Revoke the key immediately** with the service provider (AWS, OpenAI, etc.). This is the MOST important step.
482
-
- Use tools like `git-filter-repo` or BFG Repo-Cleaner to scrub the secret from your entire Git history (this is complex and requires rewriting history). 🎬 **[Screen Recording Needed]: Demonstrating a history rewrite (use with caution!).**
482
+
- Use tools like `git-filter-repo` or BFG Repo-Cleaner to scrub the secret from your entire Git history (this is complex and requires rewriting history).**
0 commit comments