Drone CI (attempted fix #2, secret usage)
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Miel Truyen 2023-04-18 23:02:56 +02:00
parent 87ae0cfe67
commit fdc0a6d866

View File

@ -9,6 +9,9 @@ trigger:
steps: steps:
- name: build - name: build
image: node:18-alpine image: node:18-alpine
environment:
NPM_TOKEN:
from_secret: NPM_TOKEN
commands: commands:
- npm install -g pnpm - npm install -g pnpm
- apk add --no-cache jq - apk add --no-cache jq