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

This commit is contained in:
2026-03-07 21:35:59 +00:00
parent f6e4571bdd
commit 4d1a13ae95
+4 -4
View File
@@ -4,8 +4,8 @@ name: test
steps: steps:
- name: test-secret - name: test-secret
image: alpine image: alpine
settings:
token:
from_secret: gitea_token
commands: commands:
- echo $GITEA_TOKEN - echo $PLUGIN_TOKEN
environment:
GITEA_TOKEN:
from_secret: drone-gitea-token