Skip to content

🩹 [Patch]: Let Connect-GitHubApp be able to pass the context to pipeline #222

@MariusStorhaug

Description

@MariusStorhaug

Describe the change

Describe the change

Add a -PassThru option for the Connect-GitHubApp function.

Allows to run stuff like:

$context = Connect-GitHubApp -Organization PSModule -PassThru
Get-GitHubTeam -Context $context
$context | Disconnect-GitHub

Metadata

Metadata

Labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions