Skip to content

Commit 3eb197d

Browse files
rgarciacursoragent
andcommitted
fix: correct npm repository URL for OIDC provenance validation
The npm OIDC provenance check requires repository.url in package.json to match the actual GitHub repo URL. Was "https://github.com/kernel", needs to be "https://github.com/kernel/cli". Co-authored-by: Cursor <[email protected]>
1 parent 2fdd09b commit 3eb197d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ brews:
4040
4141
npms:
4242
- name: "@onkernel/cli"
43-
repository: "https://github.com/kernel"
43+
repository: "https://github.com/kernel/cli"
4444
bugs: https://github.com/kernel/cli/issues
4545
description: Kernel CLI
4646
homepage: https://www.kernel.sh/docs

0 commit comments

Comments
 (0)