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 b9d17a8 commit badd485
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions .github/workflows/auto_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,22 @@ on:
push

env:
DATABASE_URL: ""
NEXT_PUBLIC_APIKEY: ""
NEXT_PUBLIC_AUTHDOMAIN: ""
NEXT_PUBLIC_PROJECTID: ""
NEXT_PUBLIC_STORAGEBUCKET: ""
NEXT_PUBLIC_MESSAGINGSENDERID: ""
NEXT_PUBLIC_APPID: ""
NEXT_PUBLIC_MESSAGINGSENDERID: ""
OPENAI_API_KEY: ""
NEXT_PUBLIC_ENDPOINT: ""
NEXT_PUBLIC_PORT: ""
NEXT_PUBLIC_ACCESS_KEY: ""
NEXT_PUBLIC_SECRET_KEY: ""
NEXT_PUBLIC_APP_ENV: "production"
NEXT_PUBLIC_MINIO_ENDPOINT: ""
NEXT_PUBLIC_PORT: 9000
NEXT_PUBLIC_ACCESS_KEY: ''
NEXT_PUBLIC_SECRET_KEY: ''
NEXT_PUBLIC_ENDPOINT: ''
NEXT_PUBLIC_MINIO_SSL: false

jobs:
build:
Expand Down

0 comments on commit badd485

Please sign in to comment.