Thorough analytics for your GitHub repos
Chat with us in Slack
Add config file
// backend/secret.json
{
"aws": {
"accessKeyId": "",
"secretAccessKey": ""
},
"github": {
"clientID": "",
"clientSecret": ""
},
"jwtSecret": ""
}