From 8cc160f09fd85f21c35db78ca5cbe799b6835190 Mon Sep 17 00:00:00 2001 From: gyurix Date: Thu, 13 Jun 2024 11:33:44 +0200 Subject: [PATCH] testing again --- .drone.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 77b7172..5493fe4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,10 +29,12 @@ steps: - name: update public installer repository image: alpine:latest - secrets: [TOKEN] + environment: + TOKEN: + from_secret: TOKEN commands: - - apk --update add curl - - echo secret/TOKEN + # - apk --update add curl + - echo $TOKEN when: branch: