-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaction.yml
More file actions
28 lines (28 loc) · 762 Bytes
/
Copy pathaction.yml
File metadata and controls
28 lines (28 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: "GitHub App Auth"
description: "Authenticate as a GitHub App"
inputs:
app-id:
description: App ID of the GitHub app
required: true
private-key:
description: Private key of the GitHub app
required: true
installation-id:
description: Installation ID of the GitHub app in an organization or account. Only required if multiple installations exist.
required: false
set-git-credentials:
description: Configures git credentials for GitHub URLs if set to "true"
required: false
default: 'false'
options:
- true
- false
outputs:
access-token:
description: Access Token for the GitHub App installation
runs:
using: "node20"
main: "dist/index.js"
branding:
icon: 'download-cloud'
color: 'blue'