We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee735bb commit 57de8a8Copy full SHA for 57de8a8
1 file changed
.github/workflows/changesets.yml
@@ -32,6 +32,9 @@ jobs:
32
node-version: 22
33
cache: 'pnpm'
34
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
+
38
- name: Install dependencies
39
run: pnpm install --frozen-lockfile
40
0 commit comments