Skip to content
Snippets Groups Projects
Commit a3d0990b authored by George Tsiolis's avatar George Tsiolis
Browse files

Set default value for `PRIVATE_TOKEN` environment variable

parent d0a7d250
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