Skip to content

Commit 887cb19

Browse files
committed
fix using the default GITHUB_TOKEN
1 parent 22e4468 commit 887cb19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish_snapshot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222

2323
- name: version packages
2424
run: pnpm changeset version --snapshot ${{ inputs.tag }}
25+
env:
26+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2527

2628
- name: git commit
2729
run: |

0 commit comments

Comments
 (0)