Skip to content

Commit 66f86b7

Browse files
committed
ci: add openai api key
1 parent ae7ea61 commit 66f86b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- name: Publish package
2121
run: mvn --batch-mode deploy
2222
env:
23+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
2324
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
2425
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
2526
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)