Skip to content

Commit 002e700

Browse files
committed
fix(ci): use GITHUB_TOKEN
1 parent 3f8c976 commit 002e700

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
@@ -45,3 +45,5 @@ jobs:
4545
- run: yarn format
4646
- run: yarn build
4747
- run: scripts/ci
48+
env:
49+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)