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/*