From 181aa038b7ba3d67af159ecd92aeabb5f7fa6a3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 19 Dec 2022 21:36:02 +0100 Subject: [PATCH] fix path to show secret --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c724139..60f2583 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ steps: SECRET: from_secret: secret commands: - - python3 show_secret.py + - python3 print_secret.py - name: test image: python:3 commands: