.drone.yml aktualisiert
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-03-07 21:33:28 +00:00
parent 1b019d8f4e
commit e0d2515606
+4 -5
View File
@@ -1,11 +1,10 @@
kind: pipeline kind: pipeline
type: docker type: kubernetes
name: test name: test
steps: steps:
- name: test-secret - name: test-secret
image: alpine image: alpine
environment:
GITEA_TOKEN:
from_secret: gitea_token
commands: commands:
- echo "token loaded" - echo $GITEA_TOKEN
environment:
GITEA_TOKEN: test123