Skip to content

Commit

Permalink
feat(config): allow to specify git remote via env var
Browse files Browse the repository at this point in the history
This should allow to pass a remote URL with credentials in it
  • Loading branch information
tagoro9 committed Dec 21, 2022
1 parent bb72424 commit 8765279
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const environmentVariablesToConfigPath = {
FOTINGO_JIRA_ROOT: ['jira', 'root'],
FOTINGO_JIRA_USER_LOGIN: ['jira', 'user', 'login'],
FOTINGO_JIRA_USER_TOKEN: ['jira', 'user', 'token'],
FOTINGO_GIT_REMOTE: ['git', 'remote'],
GITHUB_TOKEN: ['github', 'authToken'],
};

Expand Down

0 comments on commit 8765279

Please sign in to comment.