Skip to content

Commit 6a5345c

Browse files
authored
fix build for svelte based docs (#2228)
* fix build for svelte based docs * chore: trigger CI build
1 parent 98e94ed commit 6a5345c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
command_description: ${{ matrix.command_description }}
5252
needs_playwright: ${{ matrix.needs_playwright }}
5353
needs_lfs: ${{ matrix.needs_lfs }}
54+
secrets: inherit
5455

5556
release:
5657
name: Release (latest or beta)

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545

4646
- name: ▶️ ${{ inputs.command_description }}
4747
run: ${{ inputs.command }}
48+
env:
49+
BETTER_AUTH_SECRET: ${{ secrets.AUTH_SECRET || 'ci-build-placeholder-secret' }}
4850

4951
- name: ⬆️ Upload Visual Regression Test Results
5052
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)