Skip to content

Commit

Permalink
Add app-authentication support.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Noorbergen committed Feb 4, 2022
1 parent 88ec35d commit 5bbacec
Show file tree
Hide file tree
Showing 5 changed files with 10,284 additions and 8,424 deletions.
11 changes: 10 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@ description: 'Create a repository dispatch event'
inputs:
token:
description: 'A repo scoped GitHub Personal Access Token'
required: true
default: ''
app-id:
description: 'The GitHub APP ID to use for App-authentication.'
default: ''
app-private-key:
description: 'The GitHub APP private key to use for App-authentication.'
default: ''
app-installation-id:
description: 'The GitHub APP installation ID to use for App-authentication.'
default: ''
repository:
description: 'The full name of the repository to send the dispatch.'
default: ${{ github.repository }}
Expand Down
Loading

0 comments on commit 5bbacec

Please sign in to comment.