Skip to content

Commit 9c1ba22

Browse files
committed
ci: fix permissions
1 parent 7b4774e commit 9c1ba22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-stable.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
run_install: true
2525
- name: Consume changesets
2626
run: pnpm changeset version
27+
env:
28+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2729
- name: Retrieve updated version
2830
id: version
2931
run: echo "version=$(jq -r .version package.json)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)