AppToken

AppToken

Certified

Issue a GitHub App installation access token

yaml
type: io.kestra.plugin.github.auth.AppToken
yaml
id: github_app_token_flow
namespace: company.team

tasks:
  - id: token
    type: io.kestra.plugin.github.auth.AppToken
    clientId: "{{ secret('GITHUB_APP_CLIENT_ID') }}"
    installationId: "52068731"
    privateKey: "{{ secret('GITHUB_APP_PRIVATE_KEY') }}"

  - id: comment
    type: io.kestra.plugin.github.issues.Comment
    appInstallationToken: "{{ outputs.token.token }}"
    repository: kestra-io/kestra
    issueNumber: 1347
    body: "Triaged automatically. Execution: {{ execution.id }}"
Properties
Defaulthttps://api.github.com
Formatdate-time