Skip to content

Commit 9dc55ee

Browse files
authored
fix(ci): use CHANGESETS_TOKEN PAT to trigger CI on version PRs (#46)
1 parent 7dc73bd commit 9dc55ee

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.changeset/seven-rings-count.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@fetchkit/ffetch': patch
3+
---
4+
5+
Fixed: use CHANGESETS_TOKEN PAT to trigger CI on version PRs

.github/workflows/version.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,5 @@ jobs:
4141
version: npm run version
4242
commit: 'chore(release): version packages'
4343
title: 'chore(release): version packages'
44-
commitMode: github-api
4544
env:
46-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45+
GITHUB_TOKEN: ${{ secrets.CHANGESETS_TOKEN }}

0 commit comments

Comments
 (0)