Skip to content

Commit

Permalink
API key for Dalle app (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElijahAhianyo authored Feb 24, 2025
1 parent d062970 commit 5e6e01c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
echo "EXTRA_ARGS=--vmtype ${{ vars.CIJOB_VM_TYPE }}" >> $GITHUB_ENV
;;
dalle)
echo "EXTRA_ARGS=--env OPENAI_API_KEY=${{ secrets.OPEN_AI_KEY }}" >> $GITHUB_ENV
echo "EXTRA_ARGS=--vmtype ${{ vars.DALLE_VM_TYPE }}" >> $GITHUB_ENV
;;
*)
Expand Down

0 comments on commit 5e6e01c

Please sign in to comment.