Skip to content

Commit fe74205

Browse files
Merge pull request #3 from winc1980/develop
🐛 Fix: ビルド時にopen aiのキーを環境変数に設定する。
2 parents a054fd0 + 572e14d commit fe74205

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-gh-pages.yml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
run: npm ci && npm run build
3535
env:
3636
PUBLIC_URL: /recipe-ai
37+
VITE_OPENAI_KEY: ${{ secrets.RECIPEAI_OPENAI_KEY }}
3738
- name: Upload artifact
3839
uses: actions/upload-pages-artifact@v1
3940
with:

0 commit comments

Comments
 (0)