From 9f01073f44a2494783da4ccee4021da7dd786ef7 Mon Sep 17 00:00:00 2001 From: thymikee Date: Fri, 11 Sep 2026 13:22:44 +0200 Subject: [PATCH] ci: pass GITHUB_TOKEN to the canary snapshot publish `changeset version --snapshot` runs the GitHub changelog generator added in #52, which aborts without a token. Every canary publish since then has failed before reaching npm; the last canary on npm predates that change. --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1ca773a..51c6fe4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,6 +60,7 @@ jobs: - name: Publish canary snapshot if: steps.changesets.outputs.published != 'true' env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_CONFIG_PROVENANCE: true run: | git checkout ${{ github.sha }}