Skip to content

Commit 0844262

Browse files
committed
chore: fix token
1 parent f271bd4 commit 0844262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
- name: Publish release
2727
run: ./.github/workflows/release.sh
2828
env:
29-
NPM_TOKEN: ${{ secrets.NPM_TOKEN_TELERIK }}
29+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3030
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)