diff --git a/.drone.yml b/.drone.yml index 9c1f8df30..7684c22c1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -171,6 +171,8 @@ steps: RCLONE_FTP_USER: artifacts RCLONE_FTP_PASS: from_secret: RCLONE_FTP_PASS + GH_RELEASE_GITHUB_API_TOKEN: + from_secret: GH_RELEASE_GITHUB_API_TOKEN commands: - rclone config create remote ftp env_auth true > /dev/null - |