Skip to content

Commit b93e066

Browse files
authored
Update test-doc-generator.yml
1 parent 8c433c4 commit b93e066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-doc-generator.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
}')
9191
9292
RESPONSE=$(curl -s https://api.openai.com/v1/chat/completions \
93-
-H "Authorization: Bearer ${{ secrets.test_OPENAI_API_KEY }}" \
93+
-H "Authorization: Bearer ${{ secrets.OPENAI_API_KEY }}" \
9494
-H "Content-Type: application/json" \
9595
-d "$PAYLOAD")
9696
@@ -116,7 +116,7 @@ jobs:
116116
}')
117117
118118
RESPONSE=$(curl -s https://api.openai.com/v1/chat/completions \
119-
-H "Authorization: Bearer ${{ secrets.test_OPENAI_API_KEY }}" \
119+
-H "Authorization: Bearer ${{ secrets.OPENAI_API_KEY }}" \
120120
-H "Content-Type: application/json" \
121121
-d "$PAYLOAD")
122122

0 commit comments

Comments
 (0)