From 64ef6ee7941a22f7ff26fbd8fa5d0419e71d7c9d Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sun, 9 Jan 2022 10:50:09 -0500 Subject: [PATCH] Trying to publish with npm token 6 --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b7d2a77..0c1568d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,8 +26,10 @@ steps: password: from_secret: npm_password email: tyhou13@gmx.com - registry: https://registry.npmjs.org/:_authToken=$npm_token + registry: https://registry.npmjs.org/:_authToken=$NPM_TOKEN token: npm_token + environment: + NPM_TOKEN: $npm_token when: ref: - refs/tags/*