Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,17 @@ inputs:
github-token:
description: >-
GitHub Personal Access Token with the 'repo' scope assigned.
required: true
Required if not using GitHub App authentication.
required: false
github-app-id:
description: "The ID of the GitHub App."
required: false
github-app-private-key:
description: "The private key of the GitHub App."
required: false
github-app-installation-id:
description: "The installation ID of the GitHub App."
required: false
ec2-image-id:
description: >-
EC2 Image Id (AMI). The new runner will be launched from this image.
Expand Down
Loading