Files
NGRX-Playground/.drone.yml
T
mnky 1b019d8f4e
continuous-integration/drone/push Build was killed
.drone.yml aktualisiert
2026-03-07 21:31:25 +00:00

11 lines
196 B
YAML

kind: pipeline
type: docker
name: test
steps:
- name: test-secret
image: alpine
environment:
GITEA_TOKEN:
from_secret: gitea_token
commands:
- echo "token loaded"