Skip to content

Commit 7e9a812

Browse files
committed
ci: add openai api key
1 parent ec2608a commit 7e9a812

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ jobs:
1919
distribution: "temurin"
2020
cache: maven
2121
- name: Build with Maven
22+
env:
23+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
2224
run: mvn --batch-mode --update-snapshots package

0 commit comments

Comments
 (0)