ci(npm-publish): add missing github package token to env vars (#30665)
This commit is contained in:
@@ -53,6 +53,9 @@ def release_npm_packages_step(edition, ver_mode):
|
||||
'NPM_TOKEN': {
|
||||
'from_secret': 'npm_token',
|
||||
},
|
||||
'GITHUB_PACKAGE_TOKEN': {
|
||||
'from_secret': 'github_package_token',
|
||||
},
|
||||
},
|
||||
'commands': commands,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user