Skip to content
Snippets Groups Projects
Commit c60350d9 authored by Robert Speicher's avatar Robert Speicher
Browse files

Merge branch 'limit-spec-job-to-branches' into 'master'

Set default value for `PRIVATE_TOKEN` environment variable

See merge request gitlab-com/www-gitlab-com!23159
parents d0ce47dc a3d0990b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -9,7 +9,7 @@ require_relative 'changelog/rss'
 
Gitlab.configure do |config|
config.endpoint = 'https://gitlab.com/api/v4'
config.private_token = ENV.fetch('PRIVATE_TOKEN')
config.private_token = ENV.fetch('PRIVATE_TOKEN', nil)
end
 
module Changelog
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment