Skip to content

Commit

Permalink
another test
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed May 30, 2023
1 parent 235f9d5 commit cbae894
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ export class InstallFlowCLI extends Installer {
constructor () {
super('Flow CLI')
this.#githubToken = process.env.GITHUB_TOKEN + "TEST"
console.log(this.#githubToken)
console.log(JSON.stringify(process.env))
}

async install (): Promise<void> {
Expand Down

0 comments on commit cbae894

Please sign in to comment.