We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8b588e commit 1d00c1fCopy full SHA for 1d00c1f
1 file changed
.github/workflows/changesets.yml
@@ -20,6 +20,8 @@ jobs:
20
steps:
21
- name: Checkout
22
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
23
+ with:
24
+ token: ${{ secrets.CHANGESETS_TOKEN }}
25
26
- name: Setup pnpm
27
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
@@ -41,7 +43,7 @@ jobs:
41
43
title: 'Next Release: changelog and version packages'
42
44
commit: 'chore: version packages'
45
env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
+ GITHUB_TOKEN: ${{ secrets.CHANGESETS_TOKEN }}
47
48
- name: Trigger publish workflow
49
if: steps.changesets.outputs.hasChangesets == 'false'
0 commit comments