We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb1a15a commit 570d236Copy full SHA for 570d236
1 file changed
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
publish: pnpm release
36
version: pnpm version-packages
37
env:
38
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.CHANGESETS_PAT }}
39
NPM_CONFIG_PROVENANCE: true
40
41
- name: Create GitHub Releases
0 commit comments