Skip to content

Commit

Permalink
feat: add app auth
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbuhmann committed Apr 17, 2020
1 parent 94c2de7 commit 5531021
Showing 8 changed files with 3,785 additions and 169 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -105,6 +105,12 @@ Refer [here](https://github.com/actions/checkout/blob/v1/README.md) for previous
#
# Default: false
submodules: ''

# GitHub app id
app-id: ''

# GitHub app private key
app-private-key: ''
```
<!-- end usage -->
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -68,6 +68,12 @@ inputs:
When the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are
converted to HTTPS.
default: false
app-id:
description: GitHub app id
optional: true
app-private-key:
description: GitHub app private key
optional: true
runs:
using: node12
main: dist/index.js
Loading
Oops, something went wrong.

0 comments on commit 5531021

Please sign in to comment.