Skip to content

Commit 12aa811

Browse files
gr2mparkerbxyz
andauthored
fix(action-config): prepare for release to marketplace (#10)
https://github.com/marketplace/actions/github-app-token is taken, hence the rename --------- Co-authored-by: Parker Brown <17183625+parkerbxyz@users.noreply.github.com>
1 parent 950f8a0 commit 12aa811

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

action.yml

+12-9
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
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"
47
inputs:
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
1114
outputs:
1215
token:
13-
description: 'GitHub installation access token'
16+
description: "GitHub installation access token"
1417
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"

0 commit comments

Comments
 (0)