Skip to content

Commit

Permalink
env追加
Browse files Browse the repository at this point in the history
  • Loading branch information
Kubosaka committed Nov 12, 2024
1 parent f5422c8 commit c897c75
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/auto_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push

env:
OPENAI_API_KEY: ""
NEXT_PUBLIC_ENDPOINT: ""
NEXT_PUBLIC_PORT: ""
NEXT_PUBLIC_ACCESS_KEY: ""
NEXT_PUBLIC_SECRET_KEY: ""
- OPENAI_API_KEY: ""
NEXT_PUBLIC_ENDPOINT: ""
NEXT_PUBLIC_PORT: ""
NEXT_PUBLIC_ACCESS_KEY: ""
NEXT_PUBLIC_SECRET_KEY: ""

jobs:
build:
Expand Down

0 comments on commit c897c75

Please sign in to comment.