From 0c4c448abcb69c6c70de0a88b686c08646cfc6c1 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Fri, 30 Jan 2026 21:54:20 -0600 Subject: [PATCH] fix: add repository URL for npm provenance publishing - Add repository field to package.json (required for provenance) - Add npm environment to release workflow --- .github/workflows/release.yml | 1 + package.json | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 15f6438..17d33ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,7 @@ jobs: publish: name: Publish to npm runs-on: ubuntu-latest + environment: npm permissions: contents: read id-token: write diff --git a/package.json b/package.json index edb76fd..8f86a49 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,10 @@ "version": "0.3.1", "type": "module", "description": "The Official Workos CLI", + "repository": { + "type": "git", + "url": "https://github.com/workos/cli" + }, "keywords": [ "workos", "authkit",