mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-01 21:30:09 +00:00
When a GitHub API call fails with HTTP 401 (invalid token) or HTTP 403 (rate limit exceeded), the user is now prompted interactively to enter a GitHub Personal Access Token (PAT). The token is validated (no empty input, no whitespace) before being set and the API call is retried. This applies to both github_api_call() and fetch_and_deploy_gh_release(). Closes #12615 |
||
|---|---|---|
| .. | ||
| images | ||
| alpine-install.func | ||
| alpine-tools.func | ||
| api.func | ||
| build.func | ||
| cloud-init.func | ||
| core.func | ||
| error_handler.func | ||
| install.func | ||
| tools.func | ||
| vm-core.func | ||