Skip to content

Commit 546537b

Browse files
committed
fix(ci): use EE token for NODE_AUTH_TOKEN
1 parent 20838a1 commit 546537b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/refine-registry-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ jobs:
6969
env:
7070
GITHUB_TOKEN: ${{ secrets.PANKOD_BOT_TOKEN }}
7171
NPM_TOKEN: ${{ secrets.REFINE_REGISTRY_TOKEN }}
72-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
72+
NODE_AUTH_TOKEN: ${{secrets.REFINE_REGISTRY_TOKEN}}

packages/live-previews/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Refine Live Previews
22

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

0 commit comments

Comments
 (0)