Skip to content

Commit 7ef2dde

Browse files
DEVOPS-46 action yml file created
1 parent 49c268a commit 7ef2dde

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

action.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)