Skip to content

Commit 5cf3e88

Browse files
authored
Set environment variables in CI workflow
Add environment variables for CI workflow
1 parent 735ac36 commit 5cf3e88

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88
branches:
99
- "*"
1010

11+
env:
12+
CLIPROXY_SECRET_KEY: "123"
13+
CLIPROXY_API_BASE_URL: "https://your-domain.vercel.app"
14+
DATABASE_URL: "postgres://your-domain.vercel.app"
15+
1116
permissions:
1217
contents: read
1318
pull-requests: read

0 commit comments

Comments
 (0)