We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b40e5e commit d6f5acdCopy full SHA for d6f5acd
.github/workflows/build_and_test_master_gpt_service.yaml
@@ -26,12 +26,8 @@ jobs:
26
uses: docker/setup-buildx-action@v3
27
28
- 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'
30
run: echo GPT_API_KEY=${{ secrets.GPT_API_KEY }} > GptService/.env
31
32
- - name: Print Key
33
- run: cat GptService/.env
34
-
35
- name: Build GPT Service with Docker Compose
36
run: docker-compose build --no-cache gpt-service
37
0 commit comments