Compare commits

..

2 Commits

Author SHA1 Message Date
Ferdinand Thiessen cb2b77c420 chore(deps): Update dependencies + tag new version
continuous-integration/woodpecker the build failed Details
2021-12-13 19:14:49 +01:00
Ferdinand Thiessen bad31ee1e3 feat(ci): Added woodpecker CI 2021-12-13 19:14:45 +01:00
1 changed files with 4 additions and 2 deletions

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: