Files
NGRX-Playground/.drone.yml
T
mnky f6e4571bdd
continuous-integration/drone/push Build is passing
.drone.yml aktualisiert
2026-03-07 21:34:10 +00:00

11 lines
204 B
YAML

kind: pipeline
type: kubernetes
name: test
steps:
- name: test-secret
image: alpine
commands:
- echo $GITEA_TOKEN
environment:
GITEA_TOKEN:
from_secret: drone-gitea-token