Add OPENAI_API_KEY to ci action file
This commit is contained in:
1
.github/workflows/continuous-integration.yml
vendored
1
.github/workflows/continuous-integration.yml
vendored
@@ -21,6 +21,7 @@ jobs:
|
||||
|
||||
- name: Build with Maven and deploy to Artifactory
|
||||
env:
|
||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
|
||||
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
|
||||
run: mvn -s settings.xml --batch-mode --update-snapshots deploy
|
||||
|
||||
Reference in New Issue
Block a user