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

Merge branch 'docs-review-app-tokens' into 'master'

Update docs review apps to use project token

See merge request gitlab-org/gitlab!53336
parents 4b76d7e0 62cc23d8
......@@ -200,7 +200,7 @@ module Trigger
class Docs < Base
def self.access_token
ENV['DOCS_API_TOKEN']
ENV['DOCS_PROJECT_API_TOKEN']
end
SUCCESS_MESSAGE = <<~MSG
......
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