Skip to content

Commit cc6dc35

Browse files
committed
get outta here
1 parent b452db5 commit cc6dc35

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
registry-url: 'https://registry.npmjs.org'
2626

2727
- run: yarn install --frozen-lockfile
28+
- name: Set up GitHub token for pushing branches
29+
run: |
30+
git remote set-url origin https://x-access-token:${{ secrets.WORKSPACE_TOKEN }}@github.com/${{ github.repository }}
31+
2832
- name: Publish packages to npm
2933
uses: changesets/action@v1
3034
with:

0 commit comments

Comments
 (0)