We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1409e5a commit 93905a7Copy full SHA for 93905a7
.github/workflows/build.yml
@@ -36,6 +36,7 @@ jobs:
36
- name: Install chatgpt2scratch
37
env:
38
AZURE_API_KEY: ${{ secrets.AZURE_API_KEY }}
39
+ DOJO_KEY: ${{ secrets.DOJO_KEY }}
40
run: sh ./chatgpt2scratch/install.sh
41
- run: NODE_OPTIONS=--openssl-legacy-provider npm run build
42
- name: npm install under chatgpt2scratch
0 commit comments