Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update NODE_AUTH_TOKEN in deploy workflow
The code changes update the NODE_AUTH_TOKEN environment variable in the deploy workflow. The previous value, ${{ secrets.GITHUB_TOKEN }}, is replaced with ${{ secrets.REPO_PAT }}. This change ensures that the correct authentication token is used for publishing packages during the deployment process.
- Loading branch information