File tree Expand file tree Collapse file tree 3 files changed +9
-12
lines changed Expand file tree Collapse file tree 3 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 1515 contents : read
1616 pull-requests : write
1717
18- env :
19- CLERK_PERISHABLE_KEY : 12345
20- CLERK_SECRET_KEY : 12345
21-
2218 steps :
2319 - uses : actions/checkout@v4
2420
3026
3127 - name : Build Fullstack Demo with Java
3228 working-directory : ./lib/java/fullstack_demo
29+ env :
30+ CLERK_PERISHABLE_KEY : 12345
31+ CLERK_SECRET_KEY : 12345
3332 run : ./gradlew check
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 permissions :
1515 contents : read
16-
1716 environment : build
1817
19- env :
20- NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY : ${{ secrets.NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY }}
21-
2218 steps :
2319 - uses : actions/checkout@v4
2420
2925
3026 - name : Build Fullstack Demo with Node.js
3127 working-directory : ./lib/typescript/fullstack_demo
28+ env :
29+ NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY : ${{ secrets.NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY }}
3230 run : |
3331 npm ci
3432 npm run build
Original file line number Diff line number Diff line change 3030 permissions :
3131 contents : read
3232
33- env :
34- CLERK_PERISHABLE_KEY : 12345
35- NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY : ${{ secrets.NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY }}
36-
3733 steps :
3834 - uses : actions/checkout@v4
3935 - name : Set up JDK
@@ -159,10 +155,14 @@ jobs:
159155
160156 - name : Build Fullstack Demo with Java
161157 working-directory : ./lib/java/fullstack_demo
158+ env :
159+ CLERK_PERISHABLE_KEY : 12345
162160 run : ./gradlew check
163161
164162 - name : Build Fullstack Demo with Node.js
165163 working-directory : ./lib/typescript/fullstack_demo
164+ env :
165+ NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY : ${{ secrets.NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY }}
166166 run : |
167167 npm ci
168168 npm run build
You can’t perform that action at this time.
0 commit comments