Skip to content

Commit d6f5acd

Browse files
authored
Update build_and_test_master_gpt_service.yaml
- Update Dynamic Key Setting For GPT API
1 parent 6b40e5e commit d6f5acd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build_and_test_master_gpt_service.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,8 @@ jobs:
2626
uses: docker/setup-buildx-action@v3
2727

2828
- name: Create New Environment File With GPT API Key
29-
# run: docker exec $CONTAINER_NAME sh -c 'echo GPT_API_KEY=${{ secrets.GPT_API_KEY }} > /usr/src/app/.env'
3029
run: echo GPT_API_KEY=${{ secrets.GPT_API_KEY }} > GptService/.env
3130

32-
- name: Print Key
33-
run: cat GptService/.env
34-
3531
- name: Build GPT Service with Docker Compose
3632
run: docker-compose build --no-cache gpt-service
3733

0 commit comments

Comments
 (0)