Skip to content

Commit

Permalink
feat: using preview.kurtosis.com (#2337)
Browse files Browse the repository at this point in the history
## Description
<!-- Describe this change, how it works, and the motivation behind it.
-->

## REMINDER: Tag Reviewers, so they get notified to review

## Is this change user facing?
YES/NO
<!-- If yes, please add the "user facing" label to the PR -->
<!-- If yes, don't forget to include docs changes where relevant -->

## References (if applicable)
<!-- Add relevant Github Issues, Discord threads, or other helpful
information. -->
<!-- You can auto-close issues by putting "Fixes #XXXX" here. -->
  • Loading branch information
leoporoli authored Mar 27, 2024
1 parent 5eb72f2 commit c7f6e66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions enclave-manager/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ func (c *WebServer) CreateRepositoryWebhook(ctx context.Context, req *connect.Re
owner := packageIdSplit[len(packageIdSplit)-2]
repo := packageIdSplit[len(packageIdSplit)-1]
client := github.NewClient(nil).WithAuthToken(c.githubAccessToken)
// TODO change this to Kurtosis when required
webhookUrl := "https://preview.imagenix.org/webhook"
webhookUrl := "https://preview.kurtosis.com/webhook"
contentTypeJson := "json"
hook := &github.Hook{
Name: github.String("web"),
Expand Down

0 comments on commit c7f6e66

Please sign in to comment.