Skip to content
This repository has been archived by the owner on May 23, 2021. It is now read-only.

Commit

Permalink
feat(Constants): Add Github Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
simenandre committed Jun 15, 2020
1 parent f361ab6 commit 852e7d7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,12 @@ export const coreZone = 'tabetalt-no';
* Default version
*/
export const version = 'v1' || process.env.VERSION;

/**
* Github Organization
*/
export const githubOrg = 'tabetalt';
/**
* Github Admin
*/
export const githubAdmin = 'cobraz';

0 comments on commit 852e7d7

Please sign in to comment.