@@ -53,9 +53,9 @@ Mainly using [losisin/helm-docs-github-action](https://github.com/losisin/helm-d
5353 # Default: `${{ github.token }}`
5454 github-token : ${{ github.token }}
5555
56- # GitHub App ID to generate GitHub token in place of github-token.
56+ # GitHub App client ID to generate GitHub token in place of github-token.
5757 # See https://github.com/actions/create-github-app-token.
58- github-app-id : " "
58+ github-app-client- id : " "
5959
6060 # GitHub App private key to generate GitHub token in place of github-token.
6161 # See https://github.com/actions/create-github-app-token.
@@ -68,19 +68,19 @@ Mainly using [losisin/helm-docs-github-action](https://github.com/losisin/helm-d
6868
6969## Inputs
7070
71- | **Input** | **Description** | **Required** | **Default** |
72- | ----------------------- | ------------------------------------------------------------------------- | ------------ | ------------------------- |
73- | **` working-directory`** | Working directory | **false** | `${{ github.workspace }}` |
74- | **`values-file`** | Path to the values file to use for generating the documentation. | **false** | - |
75- | | See <https://github.com/losisin/helm-values-schema-json-action>. | | |
76- | **`github-token`** | GitHub Token to create and merge pull request. | **false** | `${{ github.token }}` |
77- | | Permissions : | | |
78- | | - contents : write | | |
79- | | - pull-requests : write | | |
80- | **`github-app-id`** | GitHub App ID to generate GitHub token in place of github-token. | **false** | - |
81- | | See <https://github.com/actions/create-github-app-token>. | | |
82- | **`github-app-key`** | GitHub App private key to generate GitHub token in place of github-token. | **false** | - |
83- | | See <https://github.com/actions/create-github-app-token>. | | |
71+ | **Input** | **Description** | **Required** | **Default** |
72+ | -------------------------- | ------------------------------------------------------------------------- | ------------ | ------------------------- |
73+ | **` working-directory`** | Working directory | **false** | `${{ github.workspace }}` |
74+ | **`values-file`** | Path to the values file to use for generating the documentation. | **false** | - |
75+ | | See <https://github.com/losisin/helm-values-schema-json-action>. | | |
76+ | **`github-token`** | GitHub Token to create and merge pull request. | **false** | `${{ github.token }}` |
77+ | | Permissions : | | |
78+ | | - contents : write | | |
79+ | | - pull-requests : write | | |
80+ | **`github-app-client- id`** | GitHub App client ID to generate GitHub token in place of github-token. | **false** | - |
81+ | | See <https://github.com/actions/create-github-app-token>. | | |
82+ | **`github-app-key`** | GitHub App private key to generate GitHub token in place of github-token. | **false** | - |
83+ | | See <https://github.com/actions/create-github-app-token>. | | |
8484
8585<!-- inputs:end -->
8686
0 commit comments