From 83a4b47f0e261ddcf6efa353719f1c082312d8d1 Mon Sep 17 00:00:00 2001 From: Gabor Koos Date: Fri, 29 May 2026 03:17:58 +0100 Subject: [PATCH] fix(ci): use CHANGESETS_TOKEN PAT to trigger CI on version PRs --- .changeset/seven-rings-count.md | 5 +++++ .github/workflows/version.yml | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .changeset/seven-rings-count.md diff --git a/.changeset/seven-rings-count.md b/.changeset/seven-rings-count.md new file mode 100644 index 0000000..98b3eee --- /dev/null +++ b/.changeset/seven-rings-count.md @@ -0,0 +1,5 @@ +--- +'@fetchkit/ffetch': patch +--- + +Fixed: use CHANGESETS_TOKEN PAT to trigger CI on version PRs diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 722a9e9..2ae829c 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -41,6 +41,5 @@ jobs: version: npm run version commit: 'chore(release): version packages' title: 'chore(release): version packages' - commitMode: github-api env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.CHANGESETS_TOKEN }} \ No newline at end of file