1
0
mirror of https://github.com/hustcer/deepseek-review.git synced 2026-05-13 05:16:05 +08:00

breaking: Change DEEPSEEK_TOKEN to CHAT_TOKEN (#50)

* breaking: Change DEEPSEEK_TOKEN to CHAT_TOKEN

* breaking: Change DEEPSEEK_TOKEN to CHAT_TOKEN
This commit is contained in:
Justin Ma
2025-01-31 08:18:19 +08:00
committed by GitHub
parent a7fd374fc1
commit e94ff03208
7 changed files with 18 additions and 19 deletions

View File

@@ -20,4 +20,4 @@ jobs:
- name: Deepseek Code Review
uses: hustcer/deepseek-review@develop
with:
deepseek-token: ${{ secrets.DEEPSEEK_TOKEN }}
chat-token: ${{ secrets.CHAT_TOKEN }}