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