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",