-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
21 lines (21 loc) · 925 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "Automated Github Org Invites",
"description": "Out-of-the-box solution to automatic Github Organization invitations",
"repository": "https://github.com/thundergolfer/automated-github-organization-invites",
"logo": "https://avatars0.githubusercontent.com/u/12058921?v=3&u=e6f7435e0e4c399c1b43abf37e3c9c2918910fd4&s=400",
"keywords": ["github", "automation", "github organization", "invite"],
"env": {
"GITHUB_TOKEN": {
"description": "A Github access token to activate the Octokit Github Client",
"value": null
},
"ORGANIZATION_NAME": {
"description": "You can confirm it by going to your org's dashboard. The URL will be: https://github.com/orgs/{ORGANIZATION_NAME}/dashboard",
"value": null
},
"BACKGROUND_COLOR": {
"description": "Background color for front page. Can be one of [grey, white, blue, green, red, pink]",
"value": null
}
}
}