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

(cherry picked from commit 54b1ce2cdb)

Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
This commit is contained in:
Grot (@grafanabot)
2021-01-28 09:49:56 +01:00
committed by GitHub
co-authored by Jack Westbrook
parent 05f18add0b
commit d38179bc79
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,
}