forked from jwenz723/github-app-installation-token
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yaml
More file actions
28 lines (28 loc) · 808 Bytes
/
Copy pathaction.yaml
File metadata and controls
28 lines (28 loc) · 808 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 Installation token
author: Jeff Wenzbauer <jwenz723@gmail.com>
description: Run a GitHub Action as a GitHub App Installation instead of using secrets.GITHUB_TOKEN or a personal access token.
inputs:
app_id:
description: ID of the GitHub App.
required: true
installation_id:
description: ID of the GitHub App Installation.
required: true
client_id:
description: Client ID of the GitHub App.
required: true
client_secret:
description: Client Secret of the GitHub App.
required: true
private_key:
description: Private key of the GitHub App (can be Base64 encoded).
required: true
outputs:
token:
description: An installation token for the GitHub App
runs:
using: node12
main: dist/index.js
branding:
icon: unlock
color: gray-dark