Commit a843c0e
fix: remove fake token pattern that triggered GitHub secret scanner
The example "sk-ant-abc123..." matched Anthropic's token prefix pattern
and triggered GitHub's secret scanning alert. Replaced with a clearly
non-token placeholder.
Irony level: maximum. A document about preventing credential leaks
triggered a credential leak alert.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 487da06 commit a843c0e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
0 commit comments