AppToken
Certified
Issue a GitHub App installation access token
AppToken
Certified
Issue a GitHub App installation access token
yaml
type: io.kestra.plugin.github.auth.AppTokenExamples
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
clientId *Requiredstring
installationId *Requiredstring
privateKey *Requiredstring
endpoint string
Default
https://api.github.comOutputs
expiresAt string
Format
date-time