5757permissions : {}
5858jobs :
5959 release-actions :
60- uses : hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@b56be562f38e0e3e712f09691a8fe930aae9db1b # 0.22 .0
60+ uses : hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@48e0c54489152b98d9e18f0454ccce120e9d0fd1 # 0.23 .0
6161 permissions :
6262 contents : read
6363 secrets :
8181 # List of extra documentation files to update (if any).
8282 documentation-files : " "
8383
84- # GitHub App ID to generate GitHub token in place of github-token.
84+ # GitHub App Client ID to generate GitHub token in place of github-token.
8585 # See https://github.com/actions/create-github-app-token.
86- github-app-id : " "
86+ github-app-client- id : " "
8787` ` `
8888
8989<!-- usage:end -->
@@ -94,14 +94,14 @@ jobs:
9494
9595### Workflow Call Inputs
9696
97- | **Input** | **Description** | **Required** | **Type** | **Default** |
98- | ------------------------- | ---------------------------------------------------------------------------------- | ------------ | ----------- | ------------------- |
99- | **` runs-on`** | JSON array of runner(s) to use. | **false** | **string** | `["ubuntu-latest"]` |
100- | | See <https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job>. | | | |
101- | **`update-all`** | Update all actions and workflows, regardless of changes. | **false** | **boolean** | `false` |
102- | **`documentation-files`** | List of extra documentation files to update (if any). | **false** | **string** | - |
103- | **`github-app-id`** | GitHub App ID to generate GitHub token in place of github-token. | **false** | **string** | - |
104- | | See <https://github.com/actions/create-github-app-token>. | | | |
97+ | **Input** | **Description** | **Required** | **Type** | **Default** |
98+ | -------------------------- | ---------------------------------------------------------------------------------- | ------------ | ----------- | ------------------- |
99+ | **` runs-on`** | JSON array of runner(s) to use. | **false** | **string** | `["ubuntu-latest"]` |
100+ | | See <https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job>. | | | |
101+ | **`update-all`** | Update all actions and workflows, regardless of changes. | **false** | **boolean** | `false` |
102+ | **`documentation-files`** | List of extra documentation files to update (if any). | **false** | **string** | - |
103+ | **`github-app-client- id`** | GitHub App Client ID to generate GitHub token in place of github-token. | **false** | **string** | - |
104+ | | See <https://github.com/actions/create-github-app-token>. | | | |
105105
106106<!-- inputs:end -->
107107
0 commit comments