chore: add github access token for changeset

This commit is contained in:
Bereket Engida
2025-07-25 21:59:48 -07:00
parent 7093503ffd
commit 976c05a9ca

View File

@@ -18,10 +18,13 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
# See https://github.com/changesets/action/issues/187
token: ${{ secrets.GH_ACCESS_TOKEN }}
- uses: actions/setup-node@v4
with:
node-version: 20.x
- uses: pnpm/action-setup@v4
- run: pnpm install