Skip to content

Commit 41b3a78

Browse files
ci: Add missing token
1 parent 24a2266 commit 41b3a78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
run: npx nx-cloud stop-all-agents
3737
- name: Version Packages
3838
run: pnpm run changeset:version
39+
env:
40+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3941
- name: Commit version files
4042
run: |
4143
if [[ -n "$(git status --porcelain)" ]]; then

0 commit comments

Comments
 (0)