Skip to content

Commit f51c071

Browse files
committed
feat: add missing env with github token
1 parent 351952a commit f51c071

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,6 @@ jobs:
5656

5757
- name: Release
5858
run: yarn release
59+
env:
60+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5961

0 commit comments

Comments
 (0)