CredentialType
Credential Type
Github App
fields:
- id: github_app_id
type: string
label: GitHub App ID
- id: github_app_installation_id
type: string
label: GitHub App Installation ID
- id: github_app_private_key
type: string
label: GitHub App Private Key
secret: true
multiline: true
required:
- github_app_id
- github_app_installation_id
- github_app_private_key
Sample Ansible playbook that use above Github App Credential
Resource
Last updated