Compare commits

..

2 Commits

1 changed files with 4 additions and 2 deletions
.woodpecker

View File

@ -5,8 +5,10 @@ pipeline:
tag: v*
image: plugins/npm
settings:
token: ${NODE_AUTH_TOKEN}
username: ${NODE_USERNAME}
token:
from_secret: node_auth_token
username:
from_secret: node_username
secrets: [ node_auth_token, node_username ]
depends_on: