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
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,14 @@ This can introduce a number challenges one of which is maintaining consistency a
26
26
pip install github-deploy
27
27
```
28
28
29
+
## Setup
30
+
A Personal Access Token which can be created using this [guide](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)
31
+
32
+
### Required Scopes
33
+
The required scopes are `repo` and `workflow`
34
+
<imgwidth="852"alt="Screen Shot 2022-06-11 at 8 16 01 AM"src="https://user-images.githubusercontent.com/17484350/173187599-483bf220-6263-4a81-917f-d0e0dcef3ed9.png">
0 commit comments