From a2f2b00d56306c761acbd401841dde740d7f1464 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 23 Dec 2018 01:59:09 +0100 Subject: [PATCH] drone: remove secret --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 46a14ed..851a705 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,6 +15,5 @@ pipeline: commit: true commit-message: "[SKIP CI] update artifacts" force: false - secrets: [git_push_ssh_key] when: event: push