-
-
Notifications
You must be signed in to change notification settings - Fork 1
Enviroment variables
Nico Kempe edited this page May 5, 2023
·
3 revisions

| Variable | Description | Default value |
|---|---|---|
| GITHUB_TOKEN | Your GitHub Personal Access Token, which is required to access the GitHub API. → Here is a guide | your_github_personal_access_token |
| GITHUB_REPO_OWNER | The username or organization under which the repository containing the Docker container is hosted. | repository_owner |
| GITHUB_REPO_NAME | The name of the repository that contains the Docker container. | repository_name |
| PACKAGE_NAME | GitHub Package name | your_package_name |
| CHECK_INTERVAL | The interval at which the agent should check for updates, in milliseconds. 900000 milliseconds → 15 minutes. | 900000 |