Skip to content

Commit

Permalink
using preview.kurtosis.com
Browse files Browse the repository at this point in the history
  • Loading branch information
leoporoli committed Mar 26, 2024
1 parent 7945b11 commit 2a6ae61
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 2a6ae61

Please sign in to comment.