Skip to content

Commit 5531021

Browse files
committed
feat: add app auth
1 parent 94c2de7 commit 5531021

File tree

8 files changed

+3785
-169
lines changed

8 files changed

+3785
-169
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@ Refer [here](https://github.com/actions/checkout/blob/v1/README.md) for previous
105105
#
106106
# Default: false
107107
submodules: ''
108+
109+
# GitHub app id
110+
app-id: ''
111+
112+
# GitHub app private key
113+
app-private-key: ''
108114
```
109115
<!-- end usage -->
110116

action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ inputs:
6868
When the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are
6969
converted to HTTPS.
7070
default: false
71+
app-id:
72+
description: GitHub app id
73+
optional: true
74+
app-private-key:
75+
description: GitHub app private key
76+
optional: true
7177
runs:
7278
using: node12
7379
main: dist/index.js

0 commit comments

Comments
 (0)