Skip to content

Commit 6404c63

Browse files
committed
ci: Generate code
1 parent 6092244 commit 6404c63

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,10 @@ A workspace ID must be provided when using this method
185185
and all requests will be scoped to that workspace.
186186

187187
```ts
188-
// Pass as an option to the constructor
188+
// Set the `SEAM_PERSONAL_ACCESS_TOKEN` and `SEAM_WORKSPACE_ID` environment variables
189+
const seam = new Seam()
189190

191+
// Pass as an option to the constructor
190192
const seam = new Seam({
191193
personalAccessToken: 'your-personal-access-token',
192194
workspaceId: 'your-workspace-id',
@@ -418,6 +420,9 @@ A Personal Access Token is scoped to a Seam Console user.
418420
Obtain one from the Seam Console.
419421

420422
```ts
423+
// Set the `SEAM_PERSONAL_ACCESS_TOKEN` environment variable
424+
const seam = new SeamMultiWorkspace()
425+
421426
// Pass as an option to the constructor
422427
const seam = new SeamMultiWorkspace({
423428
personalAccessToken: 'your-personal-access-token',

0 commit comments

Comments
 (0)