Current token returns the following error during publish:
lerna WARN notice Package failed to publish: @algoan/nestjs-custom-decorators
lerna ERR! E403 Permission permission_denied: The token provided does not match expected scopes.
lerna ERR! errno "undefined" is not a valid exit code - exiting with code 1
Error: Process completed with exit code 1.
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Description
Fix token use during github packages publish
Motivation and Context
Current token returns the following error during publish:
Types of changes