Skip to content

Commit 64e36ea

Browse files
committed
ci(secrets): add secrets
1 parent b0d75db commit 64e36ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77
jobs:
88
build:
99
runs-on: ubuntu-latest
10+
env:
11+
MCP_SERVER_PORT: ${{ secrets.MCP_SERVER_PORT }}
12+
YOUTUBE_API_KEY: ${{ secrets.YOUTUBE_API_KEY }}
13+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
14+
POSTGRES_DSN: ${{ secrets.POSTGRES_DSN }}
1015

1116
steps:
1217
- uses: actions/[email protected]

0 commit comments

Comments
 (0)