Commit 12aa811 1 parent 950f8a0 commit 12aa811 Copy full SHA for 12aa811
File tree 1 file changed +12
-9
lines changed
1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change 1
- name : ' github-app-token'
2
- description : ' '
3
- author : ' Gregor Martynus and Parker Brown'
1
+ name : " Create GitHub App Token"
2
+ description : " GitHub Action for creating a GitHub App installation access token"
3
+ author : " Gregor Martynus and Parker Brown"
4
+ branding :
5
+ icon : " lock"
6
+ color : " gray-dark"
4
7
inputs :
5
8
app_id :
6
- description : ' GitHub app ID'
9
+ description : " GitHub App ID"
7
10
required : true
8
11
private_key :
9
- description : ' GitHub app private key'
12
+ description : " GitHub App private key"
10
13
required : true
11
14
outputs :
12
15
token :
13
- description : ' GitHub installation access token'
16
+ description : " GitHub installation access token"
14
17
runs :
15
- using : ' node16'
16
- main : ' dist/main.cjs'
17
- post : ' dist/post.cjs'
18
+ using : " node16"
19
+ main : " dist/main.cjs"
20
+ post : " dist/post.cjs"
You can’t perform that action at this time.
0 commit comments