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