Skip to content

Commit

Permalink
build: 환경변수 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
crHwang0822 authored May 17, 2024
1 parent 0481126 commit 8479310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
openai.project.id: ${{secrets.OPENAI_PROJECT_ID}}
openai.api.key: ${{secrets.OPENAI_API_KEY}}
openai.api.url: ${{secrets.OPENAI_API_URL}}
openai.model: ${{secrets.OPENAI_MODEL}
openai.model: ${{secrets.OPENAI_MODEL}}

# Configure Gradle for optimal use in GiHub Actions, including caching of downloaded dependencies.
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
Expand Down

0 comments on commit 8479310

Please sign in to comment.