diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9a108cb..8fe466c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,5 +35,5 @@ jobs: run: pnpm run build - name: Release env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} run: npx semantic-release diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index 129b205..0000000 --- a/netlify.toml +++ /dev/null @@ -1,12 +0,0 @@ -[template.environment] - NEXT_PUBLIC_CL_CLIENT_ID="Commerce Layer sales channels application client ID (you can get this from dashboard.commercelayer.io)" - NEXT_PUBLIC_CL_ENDPOINT="Commerce Layer organization's base endpoint (you can get this from dashboard.commercelayer.io)" - - NEXT_PUBLIC_SANITY_PROJECT_ID="Sanity project ID (you can get this from sanity.io/manage)" - NEXT_PUBLIC_SANITY_DATASET="Sanity dataset (you can get this from sanity.io/manage)" - NEXT_PUBLIC_SANITY_API_VERSION="Sanity API version in the ISO date format" - NEXT_PUBLIC_SANITY_TOKEN="Sanity API token (you can get this from sanity.io/manage)" - - NEXT_PUBLIC_SANITY_PROJECT_TITLE="Optional name for the head tag in Sanity studio (you can also edit this directly in the code)." - NEXT_PUBLIC_SITE_NAME="Optional name for the <title> head tag (you can also edit this directly in the code)." - NEXT_PUBLIC_SITE_URL="Optional URL of your deployed project for the og:url meta property (you can also edit this directly in the code)." diff --git a/package-lock.json b/package-lock.json index c0e8f0e..b370efe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "sanity-template-commercelayer", - "version": "1.4.0", + "name": "hh-store", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "sanity-template-commercelayer", - "version": "1.4.0", + "name": "hh-store", + "version": "1.0.0", "hasInstallScript": true, "dependencies": { "@commercelayer/js-auth": "^4.1.1",