File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed
Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change 1- name : Build Reusable Steps
1+ name : Build
2+ run-name : ${{ github.actor }} is building the application
23
34on :
45 workflow_call :
78 description : " Build output artifact"
89 value : ${{ jobs.build.outputs.build_output }}
910 secrets :
10- NEXT_PUBLIC_CONVEX_URL :
11- required : true
12- CONVEX_DEPLOYMENT :
13- required : true
14- CLERK_SECRET_KEY :
15- required : true
16- NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY :
17- required : true
18- LIVE_BLOCK_SECRET_API_KEY :
19- required : true
11+ NEXT_PUBLIC_CONVEX_URL :
12+ required : true
13+ CONVEX_DEPLOYMENT :
14+ required : true
15+ CLERK_SECRET_KEY :
16+ required : true
17+ NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY :
18+ required : true
19+ LIVE_BLOCK_SECRET_API_KEY :
20+ required : true
2021jobs :
2122 build :
2223 name : " Build"
You can’t perform that action at this time.
0 commit comments