Skip to content

Commit

Permalink
fix: configure sed correctly
Browse files Browse the repository at this point in the history
Signed-off-by: Agustín Ramiro Díaz <[email protected]>
  • Loading branch information
AgustinRamiroDiaz committed Jul 16, 2024
1 parent aa5c4e1 commit 75dae9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend_integration_tests_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set OPENAIKEY in the .env file so it can be loaded from the environment
env:
OPENAIKEY: ${{ secrets.OPENAIKEY }}
run: sed -i "/<add_your_openai_api_key_here>/${OPENAIKEY}/g" .env
run: sed -i "s/<add_your_openai_api_key_here>/${OPENAIKEY}/g" .env

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 75dae9d

Please sign in to comment.