gemini-chat

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 30c787061dfaf174a7715b4cb31fb2579b3d3227
parent d4981eb97fc7f379ca505f244a8f0dee78631504
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Sat, 27 Sep 2025 17:16:19 +0900

Merge branch 'main' of https://github.com/minerva-jupiter/gemini-chat

Diffstat:
M.github/workflows/nextjs.yml | 6+-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml @@ -2,7 +2,7 @@ # # To get started with Next.js see: https://nextjs.org/docs/getting-started # -name: Deploy Next.js site to GitHub Pages +name: Deploy Next.js site to Pages on: # Runs on pushes targeting the default branch @@ -28,8 +28,6 @@ jobs: # Build job build: runs-on: ubuntu-latest - env: - GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }} steps: - name: Checkout uses: actions/checkout@v4 @@ -93,5 +91,3 @@ jobs: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 - env: - GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}