feat: initial version (#1)
/ demo (push) Has been cancelled

Co-authored-by: Parker Brown <17183625+parkerbxyz@users.noreply.github.com>
Co-authored-by: Gregor Martynus <gr2m@users.noreply.github.com>
This commit is contained in:
Gregor Martynus
2023-06-08 17:04:10 -07:00
committed by GitHub
parent abcb015889
commit f45685208f
14 changed files with 24977 additions and 3 deletions
+17
View File
@@ -0,0 +1,17 @@
name: 'github-app-token'
description: ''
author: 'Gregor Martynus and Parker Brown'
inputs:
app_id:
description: 'GitHub app ID'
required: true
private_key:
description: 'GitHub app private key'
required: true
outputs:
token:
description: 'GitHub installation access token'
runs:
using: 'node16'
main: 'dist/main.cjs'
post: 'dist/post.cjs'