We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e94ed commit 6a5345cCopy full SHA for 6a5345c
.github/workflows/main.yml
@@ -51,6 +51,7 @@ jobs:
51
command_description: ${{ matrix.command_description }}
52
needs_playwright: ${{ matrix.needs_playwright }}
53
needs_lfs: ${{ matrix.needs_lfs }}
54
+ secrets: inherit
55
56
release:
57
name: Release (latest or beta)
.github/workflows/test.yml
@@ -45,6 +45,8 @@ jobs:
45
46
- name: ▶️ ${{ inputs.command_description }}
47
run: ${{ inputs.command }}
48
+ env:
49
+ BETTER_AUTH_SECRET: ${{ secrets.AUTH_SECRET || 'ci-build-placeholder-secret' }}
50
- name: ⬆️ Upload Visual Regression Test Results
uses: actions/upload-artifact@v4
0 commit comments