Commit 680b60c5 authored by Balasankar "Balu" C's avatar Balasankar "Balu" C

Use DOCS_API_TOKEN for triggering docs build

Signed-off-by: default avatarBalasankar "Balu" C <balasankarc@autistici.org>
parent 5ef5f413
......@@ -196,6 +196,10 @@ module Trigger
end
class Docs < Base
def self.access_token
ENV['DOCS_API_TOKEN']
end
SUCCESS_MESSAGE = <<~MSG
=> You should now be able to preview your changes under the following URL:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment