From b8ef7768f9adb7dd514db57b355c8c2e55186f67 Mon Sep 17 00:00:00 2001 From: Bill Maxwell Date: Tue, 5 Mar 2019 09:17:46 -0700 Subject: [PATCH] publish gh fix --- .drone.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1e20d2ec..f91ef54d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,7 +41,8 @@ steps: - dist/artifacts/${DRONE_TAG}/* checksum: - sha256 - secrets: [github_token] + api_key: + from_secret: github_token when: event: tag ref: @@ -55,7 +56,8 @@ steps: - dist/artifacts/${DRONE_TAG}/* checksum: - sha256 - secrets: [github_token] + api_key: + from_secret: github_token when: event: tag ref: