We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e35ebf commit 0d1c221Copy full SHA for 0d1c221
.github/workflows/e2e-cat-app-test.yml
@@ -22,8 +22,6 @@ env:
22
PORT: 3001
23
# Backend URL for the CLI started by the E2E script
24
CODEBUFF_BACKEND_URL: http://localhost:3001
25
- # NEXTAUTH_SECRET for the seeding script
26
- NEXTAUTH_SECRET: ${{ secrets.NEXTAUTH_SECRET_E2E_TEST }} # Use a dedicated secret for this
27
28
jobs:
29
e2e-test:
@@ -89,7 +87,6 @@ jobs:
89
87
run: bun evals/e2e/seed-test-user.ts
90
88
env:
91
DATABASE_URL: ${{ env.DATABASE_URL }}
92
- NEXTAUTH_SECRET: ${{ env.NEXTAUTH_SECRET }}
93
94
- name: Run E2E Cat App Test Script
95
run: bun evals/e2e/e2e-cat-app-script.ts
0 commit comments