We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c268a commit 7ef2ddeCopy full SHA for 7ef2dde
action.yml
@@ -0,0 +1,13 @@
1
+name: "create github app json web token"
2
+description: "GitHub Action for creating a GitHub App installation access token"
3
+author: "githubofkrishnadhas"
4
+inputs:
5
+ github_app_id:
6
+ description: "Github App ID"
7
+ type: number
8
+ required: true
9
+ github_app_private_key:
10
+ description: "Github App private key"
11
+runs:
12
+ using: 'docker'
13
+ image: 'Dockerfile'
0 commit comments