File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Expand file tree Collapse file tree 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"
47inputs :
58 app_id :
6- description : ' GitHub app ID'
9+ description : " GitHub App ID"
710 required : true
811 private_key :
9- description : ' GitHub app private key'
12+ description : " GitHub App private key"
1013 required : true
1114outputs :
1215 token :
13- description : ' GitHub installation access token'
16+ description : " GitHub installation access token"
1417runs :
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