Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tools/forge-linear-token/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ export interface AppTokenCredentials {

/** Linear's OAuth token endpoint. */
export const TOKEN_URL = "https://api.linear.app/oauth/token";
/** The scopes the live-oracle's Linear legs need (read + write into TEST). */
export const SCOPES = "read,write";
/** The scopes the live-oracle's Linear legs need (read + write + app assignment into TEST). */
export const SCOPES = "read,write,app:assignable";

/** The two custodied client-credential Actions secrets this helper reads. */
export const ENV_CLIENT_ID = "LINEAR_FORGE_CLIENT_ID";
Expand Down
Loading