You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
3
3
A web app that can accept a GitHub username and send them an invitation to join a GitHub Organisation.
4
4
5
-
#### org.js
5
+
## Add org.js file
6
+
Add an org.js file in the root of this repository for this app to work. The file should export the name of the GitHUB organisation to be joined and an OAuth access token.
7
+
6
8
Only admin members of a GitHub organisation can send an invitation to other GitHub users, to join that organisation.
7
-
The admin member must be authenticated before invitation can be sent.
8
-
Go to settings in GitHub account and get a new OAuth access token or use an existing token, if you already have one.
9
-
Create a file in the root of this repository and name it `org.js`.
9
+
The admin member must be authenticated before invitation can be sent. Go to settings in admin's GitHub account and get a new OAuth access token or use an existing token, if you already have one. Create a file in the root of this repository and name it `org.js`.
10
10
Export an object containing the name of the organisation to joined and your OAuth token.
11
11
12
12
Example: in `org.js`
@@ -17,4 +17,4 @@ module.exports = {
17
17
};
18
18
```
19
19
20
-
`org.js` has been added to .gitignore so that credentials are not committed to Git.
20
+
`org.js` has been added to .gitignore so that credentials are not committed to Git.
0 commit comments