Skip to content

Commit 7878bff

Browse files
authored
Update update-vector-map.yml
1 parent e7b981c commit 7878bff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
mode: 'diff'
2727
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
2828
db_type: 'chromadb'
29-
chroma_host: '181.41.213.86'
30-
chroma_port: '1811'
29+
chroma_host: ${{ secrets.CHROMADB_HOST }}
30+
chroma_port: ${{ secrets.CHROMADB_PORT }}
3131
chroma_collection: 'openai-update-vector-map'
3232

3333
# Налаштування авторизації
3434
chroma_auth_enabled: 'true'
3535
chroma_auth_type: 'token' # або 'token', 'api_key'
36-
chroma_auth_credentials: 'JlYpcJQhbtT1sEqcVCUoy9je09gGRAr1'
36+
chroma_auth_credentials: ${{ secrets.CHROMADB_TOKEN }}
3737
chroma_ssl_enabled: 'false'
3838

3939
file_extensions: '.js,.ts,.jsx,.tsx,.html,.css,.md,.txt'

0 commit comments

Comments
 (0)