Compare commits

..

2 Commits

Author SHA1 Message Date
Ferdinand Thiessen 091f3b24bb chore(deps): Update dependencies + tag new version
continuous-integration/woodpecker the build failed Details
2021-12-13 19:04:58 +01:00
Ferdinand Thiessen b725e533e7 feat(ci): Added woodpecker CI 2021-12-13 19:04:54 +01:00
1 changed files with 3 additions and 3 deletions

View File

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