Skip to content

Commit 4a0a062

Browse files
authored
chore: fixes push actions (#691)
1 parent a2a5bcf commit 4a0a062

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check_push.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ jobs:
156156
working-directory: ./lib/java/fullstack_demo
157157
env:
158158
CLERK_PERISHABLE_KEY: 12345
159+
CLERK_SECRET_KEY: 12345
159160
run: ./gradlew check
160161

161162
- name: Build Fullstack Demo with Node.js
@@ -164,4 +165,4 @@ jobs:
164165
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY: ${{ secrets.NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY }}
165166
run: |
166167
npm ci
167-
npm run build
168+
npm run build

0 commit comments

Comments
 (0)