We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 735ac36 commit 5cf3e88Copy full SHA for 5cf3e88
1 file changed
.github/workflows/CI.yml
@@ -8,6 +8,11 @@ on:
8
branches:
9
- "*"
10
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
+
16
permissions:
17
contents: read
18
pull-requests: read
0 commit comments