From a8c42e3c62838251cd7c0a32998eab5d6b1d99b8 Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Wed, 13 Nov 2024 13:43:08 +0100 Subject: [PATCH] Changeset release/main (#72) * chore: version packages * Kick GHA * Remove docs * Fix NODE_AUTH_TOKEN --------- Co-authored-by: github-actions[bot] --- .changeset/config.json | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index edef2eb..428ac59 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -4,7 +4,7 @@ "commit": false, "fixed": [], "linked": [], - "access": "restricted", + "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", "ignore": [] diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 03c28a5..36d5889 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,4 +53,4 @@ jobs: commit: "chore: version packages" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}