Skip to content

Commit 6f074d1

Browse files
committed
ci(github actions): remove step level env as job level env is defined
1 parent f562c02 commit 6f074d1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,3 @@ jobs:
3131
uses: hoverkraft-tech/[email protected]
3232
with:
3333
compose-file: "compose-dev.yaml"
34-
env:
35-
MCP_SERVER_PORT: ${{ secrets.MCP_SERVER_PORT }}
36-
YOUTUBE_API_KEY: ${{ secrets.YOUTUBE_API_KEY }}
37-
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
38-
POSTGRES_DSN: ${{ secrets.POSTGRES_DSN }}

0 commit comments

Comments
 (0)