Skip to content

Commit

Permalink
chore: fix token
Browse files Browse the repository at this point in the history
  • Loading branch information
tsvetomir committed Jun 2, 2022
1 parent f271bd4 commit 0844262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
- name: Publish release
run: ./.github/workflows/release.sh
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN_TELERIK }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 0844262

Please sign in to comment.