mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-22 16:43:35 +00:00
- 直接使用硬编码的 Gemini OAuth 凭据,避免配置依赖 - 添加 .github/secret_scanning.yml 排除公开的 OAuth 凭据文件 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
6 lines
201 B
YAML
6 lines
201 B
YAML
# GitHub Secret Scanning Configuration
|
|
# This file excludes specific paths from secret scanning
|
|
|
|
paths-ignore:
|
|
- 'src/services/geminiAccountService.js'
|
|
- 'data/demo/Gemini-CLI-2-API/gemini-core.js' |