|
3 | 3 | # GitHub Reusable Workflow: Push Documentation Helper |
4 | 4 |
|
5 | 5 | <div align="center"> |
6 | | - <img src="https://opengraph.githubassets.com/2a02d8d63b856a94e60178eff374fd909a5a86f56bc6cee66ffea2d24ba86468/hoverkraft-tech/public-docs" width="60px" align="center" alt="Push Documentation Helper" /> |
| 6 | + <img src="https://opengraph.githubassets.com/5a088cadf406da307cc56fe4e656d3e159842a11b206bd93433312f35ca6b035/hoverkraft-tech/public-docs" width="60px" align="center" alt="Push Documentation Helper" /> |
7 | 7 | </div> |
8 | 8 |
|
9 | 9 | --- |
|
83 | 83 | permissions: {} |
84 | 84 | jobs: |
85 | 85 | sync-docs-dispatcher: |
86 | | - uses: hoverkraft-tech/public-docs/.github/workflows/sync-docs-dispatcher.yml@c40c17f7d6a8090950b3ef4bfc70502707a6bb9f # 0.3.0 |
| 86 | + uses: hoverkraft-tech/public-docs/.github/workflows/sync-docs-dispatcher.yml@88d526c66b61dd888b382018beeaff53a6540ed3 # main |
87 | 87 | permissions: {} |
88 | 88 | secrets: |
89 | 89 | # GitHub App private key to generate GitHub token in place of github-token. |
90 | 90 | # See https://github.com/actions/create-github-app-token. |
91 | 91 | github-app-key: "" |
92 | 92 | with: |
93 | | - # GitHub App ID to generate GitHub token in place of github-token. |
| 93 | + # GitHub App Client ID to generate GitHub token in place of github-token. |
94 | 94 | # See https://github.com/actions/create-github-app-token. |
95 | | - github-app-id: "" |
| 95 | + github-app-client-id: "" |
96 | 96 |
|
97 | 97 | # ID of the uploaded documentation artifact. |
98 | 98 | # |
@@ -321,11 +321,11 @@ After setting up sync-docs: |
321 | 321 |
|
322 | 322 | ### Workflow Call Inputs |
323 | 323 |
|
324 | | -| **Input** | **Description** | **Required** | **Type** | **Default** | |
325 | | -| ------------------- | ---------------------------------------------------------------- | ------------ | ---------- | ----------- | |
326 | | -| **`github-app-id`** | GitHub App ID to generate GitHub token in place of github-token. | **false** | **string** | - | |
327 | | -| | See <https://github.com/actions/create-github-app-token>. | | | | |
328 | | -| **`artifact-id`** | ID of the uploaded documentation artifact. | **true** | **string** | - | |
| 324 | +| **Input** | **Description** | **Required** | **Type** | **Default** | |
| 325 | +| -------------------------- | ----------------------------------------------------------------------- | ------------ | ---------- | ----------- | |
| 326 | +| **`github-app-client-id`** | GitHub App Client ID to generate GitHub token in place of github-token. | **false** | **string** | - | |
| 327 | +| | See <https://github.com/actions/create-github-app-token>. | | | | |
| 328 | +| **`artifact-id`** | ID of the uploaded documentation artifact. | **true** | **string** | - | |
329 | 329 |
|
330 | 330 | <!-- inputs:end --> |
331 | 331 | <!-- secrets:start --> |
|
0 commit comments