feat: changed to module.exports
This commit is contained in:
committed by
mrugesh mohapatra
parent
76c23be416
commit
2ae521c995
@@ -10,8 +10,10 @@ exports.octokitConfig = {
|
||||
agent: undefined
|
||||
}
|
||||
|
||||
exports.octokitAuth = {
|
||||
const octokitAuth = {
|
||||
type: 'basic',
|
||||
username: process.env.USERNAME,
|
||||
password: process.env.ACCESS_TOKEN
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = { octokitAuth };
|
||||
|
Reference in New Issue
Block a user