We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20838a1 commit 546537bCopy full SHA for 546537b
.github/workflows/refine-registry-release.yml
@@ -69,4 +69,4 @@ jobs:
69
env:
70
GITHUB_TOKEN: ${{ secrets.PANKOD_BOT_TOKEN }}
71
NPM_TOKEN: ${{ secrets.REFINE_REGISTRY_TOKEN }}
72
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
+ NODE_AUTH_TOKEN: ${{secrets.REFINE_REGISTRY_TOKEN}}
packages/live-previews/README.md
@@ -1,3 +1,3 @@
1
# Refine Live Previews
2
3
-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 commit comments