We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c433c4 commit b93e066Copy full SHA for b93e066
.github/workflows/test-doc-generator.yml
@@ -90,7 +90,7 @@ jobs:
90
}')
91
92
RESPONSE=$(curl -s https://api.openai.com/v1/chat/completions \
93
- -H "Authorization: Bearer ${{ secrets.test_OPENAI_API_KEY }}" \
+ -H "Authorization: Bearer ${{ secrets.OPENAI_API_KEY }}" \
94
-H "Content-Type: application/json" \
95
-d "$PAYLOAD")
96
@@ -116,7 +116,7 @@ jobs:
116
117
118
119
120
121
122
0 commit comments