Skip to content

Commit

Permalink
fix: support gitlab token via env var (#7023)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebcartwright committed Sep 16, 2021
1 parent 354fb7d commit d728749
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/custom-environment-variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ private:
gh_client_id: 'GH_CLIENT_ID'
gh_client_secret: 'GH_CLIENT_SECRET'
gh_token: 'GH_TOKEN'
gitlab_token: 'GITLAB_TOKEN'
jenkins_user: 'JENKINS_USER'
jenkins_pass: 'JENKINS_PASS'
jira_user: 'JIRA_USER'
Expand Down

0 comments on commit d728749

Please sign in to comment.