diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 802de21..a8b44b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,6 +54,9 @@ jobs: testing: name: 👔 Test runs-on: ubuntu-latest + permissions: + contents: read + checks: write steps: - name: Checkout code uses: actions/checkout@v4 diff --git a/package.json b/package.json index 7329ea2..abe698c 100644 --- a/package.json +++ b/package.json @@ -3,14 +3,14 @@ "version": "0.0.1-alpha.0", "description": "Descope NextJS SDK", "author": "Descope Team ", - "homepage": "https://github.com/descope/nextjs-sdk", + "homepage": "https://github.com/descope/descope-next-js", "bugs": { - "url": "https://github.com/descope/nextjs-sdk/issues", + "url": "https://github.com/descope/descope-next-js/issues", "email": "help@descope.com" }, "repository": { "type": "git", - "url": "https://github.com/descope/nextjs-sdk.git" + "url": "https://github.com/descope/descope-next-js.git" }, "license": "MIT", "type": "module",