Add DEEPSEEK_API_KEY to CI environment variables
All checks were successful
CI / ci (push) Successful in 10s
All checks were successful
CI / ci (push) Successful in 10s
This commit is contained in:
parent
ed593ed6d3
commit
a6d35ef73f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -11,6 +11,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
DISCORD_TOKEN: "0"
|
DISCORD_TOKEN: "0"
|
||||||
OPENAI_TOKEN: "0"
|
OPENAI_TOKEN: "0"
|
||||||
|
DEEPSEEK_API_KEY: "0"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue