From 7fc9211e19753a4ce31c96ca9ca3287fb60343e3 Mon Sep 17 00:00:00 2001 From: Terry Geng Date: Sun, 12 Jul 2020 20:13:56 +0800 Subject: [PATCH] chore(CI): Add Github Token. --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 1fc4db3..1d17997 100644 --- a/.drone.yml +++ b/.drone.yml @@ -118,6 +118,8 @@ steps: from_secret: TRADUORA_R_CLIENT TRADUORA_R_SECRET: from_secret: TRADUORA_R_SECRET + GITHUB_API: + from_secret: GITHUB_API commands: - apt update && apt install -y git python3-requests hub - git branch bot-traduora && git checkout bot-traduora