Skip to content

Commit 57de8a8

Browse files
committed
fix: set remote URL with PAT so changesets pushes trigger CI
1 parent ee735bb commit 57de8a8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/changesets.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
node-version: 22
3333
cache: 'pnpm'
3434

35+
- name: Configure git push credentials
36+
run: git remote set-url origin https://x-access-token:${{ secrets.CHANGESETS_TOKEN }}@github.com/${{ github.repository }}
37+
3538
- name: Install dependencies
3639
run: pnpm install --frozen-lockfile
3740

0 commit comments

Comments
 (0)