Skip to content

Commit d017ad1

Browse files
committed
fix: pass github token to changeset version
1 parent 5dd8ad1 commit d017ad1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,8 @@ jobs:
240240
- name: Version packages
241241
if: steps.compare_npm.outputs.should_release != 'false' && github.actor != 'github-actions[bot]'
242242
shell: bash
243+
env:
244+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
243245
run: |
244246
set -euo pipefail
245247
bun run changeset-version

0 commit comments

Comments
 (0)