Skip to content

Commit f96ed22

Browse files
authored
Use custom auth for changesets (#1417)
This will create changesets PRs as the user @preact-bot. See peter-evans/create-pull-request#48 (comment)
1 parent 9e49926 commit f96ed22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
- name: Create Release Pull Request
2828
uses: changesets/action@master
2929
env:
30-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30+
GITHUB_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }}

0 commit comments

Comments
 (0)