Skip to content

Commit 291e61e

Browse files
committed
Fix e2e tests
1 parent 6d75621 commit 291e61e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/e2e/playwright.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ export default defineConfig({
5757
CODER_GITAUTH_0_ID: gitAuth.deviceProvider,
5858
CODER_GITAUTH_0_TYPE: "github",
5959
CODER_GITAUTH_0_CLIENT_ID: "client",
60+
CODER_GITAUTH_0_CLIENT_SECRET: "secret",
6061
CODER_GITAUTH_0_DEVICE_FLOW: "true",
6162
CODER_GITAUTH_0_APP_INSTALL_URL:
6263
"https://github.com/apps/coder/installations/new",

0 commit comments

Comments
 (0)