Skip to content

Commit cf8c1ae

Browse files
authored
📝 Update action.yml
Signed-off-by: Axel ECKENBERG <axel.eckenberg@yahoo.fr>
1 parent a006101 commit cf8c1ae

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 'action-github-app-token'
22
description: 'Gets a GitHub auth token for a GitHub App installation'
3-
author: 'sentry.io'
3+
author: 'eventdeer'
44
inputs:
55
app_id:
66
required: true
@@ -12,6 +12,10 @@ inputs:
1212
required: false
1313
description: 'Scope of installation account'
1414
default: ''
15+
authorization:
16+
required: false
17+
description: 'Specific authorization the token will provide'
18+
default: ''
1519
outputs:
1620
token:
1721
description: 'Github Token for App installation'

0 commit comments

Comments
 (0)