Add Endpoint¶
GitHub Token¶
- Go to GitHub Developer Settings
- On the left menu click on
Personal access tokens
- On the top right click on
Generate new token
(classic token should be fine) - Here you can give the token a name and select the scopes you want to give it
Customize the expiration date to your needs.
Grant repo permissions to the token.
Add also the delete_repo
permission and write:packages
permission
- Copy the token and save it somewhere safe
Add the token to Krateo¶
- Login to Krateo
- Click on the left menu to
Settings
- On the menu in the right pane click on
Endpoints
- Click on the
plus button
to add a new endpoint (top right) - Fill the form as this example
icon
is the icon you want to use for the endpointName
is the name of the endpointTarget
is the URL of the endpoint (if you use github.com you can usehttps://api.github.com
)endpoint type
is githubgithub token
is the token you created in the previous step- If you have filled all the fields correctly you should see that the
Add Endpoint
button is now enabled - Click on the
Add Endpoint
button to add the endpoint to Krateo - Well done! You have added your first endpoint to Krateo