mirror of https://github.com/1N3/Sn1per.git
Updated Github API Integration (markdown)
parent
2e6aa99893
commit
f04d5d4bf6
|
|
@ -1,8 +1,12 @@
|
|||
To enable Github API integration via Sn1per, you must create your Github API token by going here: https://github.com/settings/tokens. If you already have a Github API token, you will need to update /root/.sniper.conf with the following value:
|
||||
To enable Github API integration via Sn1per, you must create your Github API token by going here: https://github.com/settings/tokens. If you already have a Github API token, you will need to update ```/root/.sniper_api_keys.conf``` with the following value:
|
||||
|
||||
```
|
||||
# GITHUB API KEY
|
||||
GITHUB_API_KEY="_____ENTER YOUR API KEY HERE_____"
|
||||
```
|
||||
|
||||
Next, add the following value to your ```/root/.sniper.conf``` file:
|
||||
|
||||
```
|
||||
GITHUB_SUBDOMAINS="1"
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue