We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a006101 commit cf8c1aeCopy full SHA for cf8c1ae
action.yml
@@ -1,6 +1,6 @@
1
name: 'action-github-app-token'
2
description: 'Gets a GitHub auth token for a GitHub App installation'
3
-author: 'sentry.io'
+author: 'eventdeer'
4
inputs:
5
app_id:
6
required: true
@@ -12,6 +12,10 @@ inputs:
12
required: false
13
description: 'Scope of installation account'
14
default: ''
15
+ authorization:
16
+ required: false
17
+ description: 'Specific authorization the token will provide'
18
+ default: ''
19
outputs:
20
token:
21
description: 'Github Token for App installation'
0 commit comments