github asmild/copilot-metrics-exporter v1.1.0

latest releases: v1.3.0, v1.2.1, v1.2.0...
8 months ago

This release introduces GitHub App authentication as an alternative to Personal Access Tokens (PAT), enhancing security and flexibility when interacting with the GitHub API.

Key Updates:

  • Added support for GitHub App credentials in place of app_token.
  • Configuration Changes:
    • Deprecated: The app_token key in the configuration file has been removed.
    • Added: A new github_app block for GitHub App credentials, with the following fields:
github_app:
  app_id: GitHubAppID
  installation_id: GitHubInstallationID
  private_key_path: PathToPrivateKey
  private_key: PrivateKeyContent

Setup Instructions:

  • Create a GitHub App and generate its credentials (App ID, Installation ID, Private Key, etc.).
  • Update the configuration file to include the new GitHubApp struct.

Don't miss a new copilot-metrics-exporter release

NewReleases is sending notifications on new releases.