Skip to content

Commit e7250c2

Browse files
authored
chore: Fix ci workflow
1 parent 76c6153 commit e7250c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
name: Checks
2+
name: CI
33

44
on:
55
push:
@@ -124,7 +124,7 @@ jobs:
124124
- name: Release
125125
run: yarn release
126126
env:
127-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
127+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
128128
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
129129

130130
deploy:

0 commit comments

Comments
 (0)