Skip to content

Commit 63d92a4

Browse files
authored
Update update-vector-map.yml
1 parent 972ac29 commit 63d92a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-vector-map.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
uses: forproxyband/vector-code-map@main
2323
with:
2424
mode: 'full'
25+
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
2526
db_type: 'chromadb'
2627
chroma_host: '181.41.213.86'
2728
chroma_port: '1811'
@@ -33,6 +34,5 @@ jobs:
3334
chroma_auth_credentials: 'JlYpcJQhbtT1sEqcVCUoy9je09gGRAr1'
3435
chroma_ssl_enabled: 'false'
3536

36-
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
3737
file_extensions: '.js,.ts,.jsx,.tsx,.html,.css,.md,.txt'
3838
exclude_patterns: 'node_modules/**,dist/**,.git/**'

0 commit comments

Comments
 (0)