Commit b341cb26 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'use-docs-token-docs-trigger' into 'master'

Use DOCS_API_TOKEN for triggering docs build

See merge request gitlab-org/gitlab!37877
parents e279b703 680b60c5
......@@ -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