Skip to content

Commit a49bf3e

Browse files
committed
DEBUG TO REMOVE
REMOVE
1 parent 0ad16d7 commit a49bf3e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/kind-e2e-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
description: "Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)"
1111
required: false
1212
default: false
13-
pull_request_target:
13+
pull_request:
1414
types: [opened, synchronize, reopened]
1515
paths:
1616
- "**.go"

pkg/cli/webhook/github.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ type gitHubConfig struct {
2929
APIURL string
3030
}
3131

32+
// Run creates a webhook on a GitHub repository
3233
func (gh *gitHubConfig) Run(ctx context.Context, opts *Options) (*response, error) {
3334
err := gh.askGHWebhookConfig(opts.RepositoryURL, opts.ControllerURL, opts.ProviderAPIURL, opts.PersonalAccessToken)
3435
if err != nil {

0 commit comments

Comments
 (0)