Skip to content

Commit

Permalink
Removed githubtoken parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
raych1 committed Dec 18, 2024
1 parent eb9a002 commit 0ab1519
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tools/spec-gen-sdk/src/cli/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export type SpecGenSdkCliConfig = {
env: string;
workingFolder: string;
isTriggeredByPipeline: boolean;
githubToken: string;
localSpecRepoPath: string;
localSdkRepoPath: string;
tspConfigPath?: string;
Expand All @@ -35,7 +34,6 @@ const initCliConfig = (argv) : SpecGenSdkCliConfig => {
env: argv.env,
workingFolder: argv.workingFolder,
isTriggeredByPipeline: argv.isTriggeredByPipeline,
githubToken: argv.githubToken,
localSpecRepoPath: argv.localSpecRepoPath,
localSdkRepoPath: argv.localSdkRepoPath,
tspConfigPath: argv.tspConfigRelativePath,
Expand Down Expand Up @@ -134,10 +132,6 @@ yargs(hideBin(process.argv))
description: 'Flag to indicate if triggered by pipeline',
default: false,
},
'github-token': {
type: "string",
description: "The token to access the github repository",
},
'tsp-config-relative-path': {
type: "string",
description: "Path to the tsp config file from the root folder of specification repository. Example: specification/contosowidgetmanager/Contoso.Management/tspconfig.yaml",
Expand Down

0 comments on commit 0ab1519

Please sign in to comment.