Skip to content

Commit

Permalink
fix(ci): use EE token for NODE_AUTH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed Dec 5, 2024
1 parent 20838a1 commit 546537b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/refine-registry-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.PANKOD_BOT_TOKEN }}
NPM_TOKEN: ${{ secrets.REFINE_REGISTRY_TOKEN }}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.REFINE_REGISTRY_TOKEN}}
2 changes: 1 addition & 1 deletion packages/live-previews/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Refine Live Previews

An experimental package for rendering previews of refine apps in [documentation](https://refine.dev/docs).
An experimental package for rendering previews of Refine apps in [documentation](https://refine.dev/docs).

0 comments on commit 546537b

Please sign in to comment.