Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 604 Bytes

api-tokens.md

File metadata and controls

20 lines (11 loc) · 604 Bytes

API tokens

About API tokens

This application uses API tokens from the following third-party services:

  • GitHub.

Getting API tokens

In order to use this application in authorized mode, you need to receive the following API tokens:

Forwarding API tokens to application

Application need both GitHub user name and API token, forwarded as environment variables:

  • HUDMAN_LOGIN - GitHub user login;
  • HUDMAN_APIKEY - GitHub API personal access token.