github_token property

String github_token

Implementation

static String get github_token {
  return (Platform.environment["packagex_github_token"] ?? "").trim();
}