Skip to content

Commit c6fa6ca

Browse files
danny-avilajustinmdickey
authored andcommitted
📦 ci: Update npm authentication token for publishing in workflow
1 parent cf737f4 commit c6fa6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/data-schemas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: cd packages/data-schemas && npm run build
3232

3333
- name: Set up npm authentication
34-
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
34+
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.PUBLISH_NPM_TOKEN }}" > ~/.npmrc
3535

3636
- name: Check version change
3737
id: check

0 commit comments

Comments
 (0)