Skip to content

Commit 776ff48

Browse files
authored
Use secrets.NPM_EA_FRAMEWORK_JS to npm publish (#435)
1 parent 3f09048 commit 776ff48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
fi
5252
working-directory: dist/src
5353
env:
54-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
54+
NODE_AUTH_TOKEN: ${{ secrets.NPM_EA_FRAMEWORK_JS }}

0 commit comments

Comments
 (0)