You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of yay’s functionality is controlled via package-specific global configuration which can either be set via [R options](https://rdrr.io/r/base/options.html) or [environment variables](https://en.wikipedia.org/wiki/Environment_variable) (the former take precedence). This configuration includes:
| Base URL of the GitLab v4 RESTful API server to be accessed via the [`gl_*()` functions](https://yay.rpkg.dev/reference/index.html#gitlabr). |`yay.gitlab_base_url`|`R_YAY_GITLAB_BASE_URL`|`"https://gitlab.com/api/v4"`|
36
-
|[GitLab access token](https://docs.gitlab.com/ee/api/rest/authentication.html) used for authentication in the [`gl_*()` functions](https://yay.rpkg.dev/reference/index.html#gitlabr). |`yay.gitlab_token`|`R_YAY_GITLAB_TOKEN`|`Sys.getenv("GITLAB_COM_TOKEN")`|
37
-
|[Netlify personal access token](https://docs.netlify.com/api/get-started/#authentication) used for authentication in the [`netlify_*()` functions](https://yay.rpkg.dev/reference/index.html#netlify). |`yay.netlify_token`|`R_YAY_NETLIFY_TOKEN`||
38
-
|[Porkbun API key](https://porkbun.com/api/json/v3/documentation#Authentication) used for authentication in the [`porkbun_*()` functions](https://yay.rpkg.dev/reference/index.html#porkbun). |`yay.porkbun_api_key`|`R_YAY_PORKBUN_API_KEY`||
39
-
|[Porkbun secret API key](https://porkbun.com/api/json/v3/documentation#Authentication) used for authentication in the [`porkbun_*()` functions](https://yay.rpkg.dev/reference/index.html#porkbun). |`yay.porkbun_secret_api_key`|`R_YAY_PORKBUN_SECRET_API_KEY`||
|[Netlify personal access token](https://docs.netlify.com/api/get-started/#authentication) used for authentication in the [`netlify_*()` functions](https://yay.rpkg.dev/reference/index.html#netlify). |`yay.netlify_token`|`R_YAY_NETLIFY_TOKEN`||
36
+
|[Porkbun API key](https://porkbun.com/api/json/v3/documentation#Authentication) used for authentication in the [`porkbun_*()` functions](https://yay.rpkg.dev/reference/index.html#porkbun). |`yay.porkbun_api_key`|`R_YAY_PORKBUN_API_KEY`||
37
+
|[Porkbun secret API key](https://porkbun.com/api/json/v3/documentation#Authentication) used for authentication in the [`porkbun_*()` functions](https://yay.rpkg.dev/reference/index.html#porkbun). |`yay.porkbun_secret_api_key`|`R_YAY_PORKBUN_SECRET_API_KEY`||
0 commit comments