algoan / nestjs-components

A list of useful components for NestJS applications
https://www.algoan.com
253 stars 41 forks source link

[CI] Fix token use during github packages publish #829

Closed g-ongenae closed 9 months ago

g-ongenae commented 9 months ago

Description

Fix token use during github packages publish

Motivation and Context

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