Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Update azure-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yeseong0412 authored Aug 26, 2024
1 parent ec05de0 commit 2041e8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/azure-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:

- name: Inject Secrets into YAML
run: |
sed -i 's/{KEY}/${{ secrets.KEY }}/' server/src/main/resources/application.yml
sed -i 's/{ENDPOINT}/${{ secrets.ENDPOINT }}/' server/src/main/resources/application.yml
sed -i 's#{KEY}#${{ secrets.AZURE_OPENAI_API_KEY }}#' server/src/main/resources/application.yml
sed -i 's#{ENDPOINT}#${{ secrets.AZURE_OPENAI_ENDPOINT }}#' server/src/main/resources/application.yml
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 2041e8e

Please sign in to comment.