-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refer to the token as an access token, and add branding to the action
- Loading branch information
1 parent
42fd357
commit aac159a
Showing
4 changed files
with
13 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: GitHub App installation token generator | ||
description: Generate an installation token for a GitHub App that can be for instance used to clone other repositories | ||
name: GitHub App installation access token generator | ||
description: Generate an installation access token for a GitHub App that can be for instance used to clone other repositories | ||
inputs: | ||
private-key: | ||
description: Private key for the GitHub App | ||
|
@@ -9,10 +9,14 @@ inputs: | |
required: true | ||
outputs: | ||
token: | ||
description: Installation token for the GitHub App | ||
description: Installation access token for the GitHub App | ||
runs: | ||
using: docker | ||
image: Dockerfile | ||
args: | ||
- ${{ inputs.private-key }} | ||
- ${{ inputs.app-id }} | ||
- ${{ inputs.app-id }} | ||
author: Christer Edvartsen <[email protected]> | ||
branding: | ||
icon: unlock | ||
color: red |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters