Skip to content

Commit 98192cd

Browse files
authored
Change NPM token secret for release workflow
1 parent b402586 commit 98192cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ jobs:
4949
echo "No tag attached to HEAD. No new release needed."
5050
fi
5151
env:
52-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
52+
NODE_AUTH_TOKEN: ${{ secrets.PUBLIC_REPO_NPM_PUBLISH }}
5353

0 commit comments

Comments
 (0)