Skip to content

Commit

Permalink
Add Assert-GitHubContext on Get-GitHubAppWebhookConfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Dec 13, 2024
1 parent ba99044 commit d534a61
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
)

$Context = Resolve-GitHubContext -Context $Context
$Context | Assert-GitHubContext -AuthType 'App'

$inputObject = @{
Context = $Context
Expand Down

0 comments on commit d534a61

Please sign in to comment.