ci(npm-publish): add missing github package token to env vars (#30665)

This commit is contained in:
Jack Westbrook
2021-01-27 15:13:08 +01:00
committed by GitHub
parent 701ad79bb5
commit 54b1ce2cdb
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -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,
}