Skip to content

Commit 8b22969

Browse files
docs(hoverkraft-tech/ci-github-publish): update documentation
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 88a4f7d commit 8b22969

36 files changed

Lines changed: 382 additions & 333 deletions

File tree

application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
source_repo: hoverkraft-tech/ci-github-publish
33
source_path: CONTRIBUTING.md
44
source_branch: main
5-
source_run_id: 27985182580
6-
last_synced: 2026-06-22T21:33:27.954Z
5+
source_run_id: 28471528368
6+
last_synced: 2026-06-30T19:53:48.172Z
77
---
88

99
# Contributing

application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/argocd/get-manifest-files/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Get Manifest Files
33
source_repo: hoverkraft-tech/ci-github-publish
44
source_path: actions/argocd/get-manifest-files/README.md
55
source_branch: main
6-
source_run_id: 27985182580
7-
last_synced: 2026-06-22T21:33:27.954Z
6+
source_run_id: 28471528368
7+
last_synced: 2026-06-30T19:53:48.172Z
88
---
99

1010
<!-- header:start -->

application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/check/url-lighthouse/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Url Lighthouse
33
source_repo: hoverkraft-tech/ci-github-publish
44
source_path: actions/check/url-lighthouse/README.md
55
source_branch: main
6-
source_run_id: 27985182580
7-
last_synced: 2026-06-22T21:33:27.954Z
6+
source_run_id: 28471528368
7+
last_synced: 2026-06-30T19:53:48.172Z
88
---
99

1010
<!-- header:start -->
@@ -69,12 +69,12 @@ The action always sends `User-Agent: hoverkraft-tech-url-lighthouse-action` when
6969
7070
## Inputs
7171
72-
| **Input** | **Description** | **Required** | **Default** |
73-
| ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ | --------------- |
74-
| **`url`** | The URL to audit using Lighthouse. | **true** | - |
72+
| **Input** | **Description** | **Required** | **Default** |
73+
| ------------------- | --------------------------------------------------------------------------------------------------------------- | ------------ | --------------- |
74+
| **`url`** | The URL to audit using Lighthouse. | **true** | - |
7575
| **`budget-path`** | The path to the performance budget file. See [https://web.dev/articles/use-lighthouse-for-performance-budgets](https://web.dev/articles/use-lighthouse-for-performance-budgets). | **false** | `./budget.json` |
76-
| **`authorization`** | Optional Authorization header used to access private URLs. | **false** | - |
77-
| | Example: `Bearer xxx...`, `token xxx...` | | |
76+
| **`authorization`** | Optional Authorization header used to access private URLs. | **false** | - |
77+
| | Example: `Bearer xxx...`, `token xxx...` | | |
7878

7979
<!-- inputs:end -->
8080

application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/check/url-ping/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Url Ping
33
source_repo: hoverkraft-tech/ci-github-publish
44
source_path: actions/check/url-ping/README.md
55
source_branch: main
6-
source_run_id: 27985182580
7-
last_synced: 2026-06-22T21:33:27.954Z
6+
source_run_id: 28471528368
7+
last_synced: 2026-06-30T19:53:48.172Z
88
---
99

1010
<!-- header:start -->

application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/clean-deploy/repository-dispatch/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Repository Dispatch
33
source_repo: hoverkraft-tech/ci-github-publish
44
source_path: actions/clean-deploy/repository-dispatch/README.md
55
source_branch: main
6-
source_run_id: 27985182580
7-
last_synced: 2026-06-22T21:33:27.954Z
6+
source_run_id: 28471528368
7+
last_synced: 2026-06-30T19:53:48.172Z
88
---
99

1010
<!-- header:start -->
@@ -77,14 +77,14 @@ See [https://docs.github.com/en/actions/writing-workflows/choosing-when-your-wor
7777
7878
## Inputs
7979
80-
| **Input** | **Description** | **Required** | **Default** |
81-
| ------------------ | ------------------------------------------------------------------------------------------------------------------------- | ------------ | --------------------- |
82-
| **`github-token`** | GitHub Token for dispatch an event to a remote repository. | **false** | `${{ github.token }}` |
83-
| | Permissions: | | |
84-
| | - contents: write | | |
80+
| **Input** | **Description** | **Required** | **Default** |
81+
| ------------------ | --------------------------------------------------------------- | ------------ | --------------------- |
82+
| **`github-token`** | GitHub Token for dispatch an event to a remote repository. | **false** | `${{ github.token }}` |
83+
| | Permissions: | | |
84+
| | - contents: write | | |
8585
| | See [https://github.com/peter-evans/repository-dispatch#usage](https://github.com/peter-evans/repository-dispatch#usage). | | |
86-
| **`repository`** | Target repository where the deployment should be cleaned. | **true** | - |
87-
| **`environment`** | Environment where to clean the deployment. | **true** | - |
86+
| **`repository`** | Target repository where the deployment should be cleaned. | **true** | - |
87+
| **`environment`** | Environment where to clean the deployment. | **true** | - |
8888

8989
<!-- inputs:end -->
9090

application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/deploy/argocd-manifest-files/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: ArgoCD Manifest Files
33
source_repo: hoverkraft-tech/ci-github-publish
44
source_path: actions/deploy/argocd-manifest-files/README.md
55
source_branch: main
6-
source_run_id: 27985182580
7-
last_synced: 2026-06-22T21:33:27.954Z
6+
source_run_id: 28471528368
7+
last_synced: 2026-06-30T19:53:48.172Z
88
---
99

1010
<!-- header:start -->

application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/deploy/get-environment/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Get Environment
33
source_repo: hoverkraft-tech/ci-github-publish
44
source_path: actions/deploy/get-environment/README.md
55
source_branch: main
6-
source_run_id: 27985182580
7-
last_synced: 2026-06-22T21:33:27.954Z
6+
source_run_id: 28471528368
7+
last_synced: 2026-06-30T19:53:48.172Z
88
---
99

1010
<!-- header:start -->

application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/deploy/github-pages/index.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: GitHub Pages
33
source_repo: hoverkraft-tech/ci-github-publish
44
source_path: actions/deploy/github-pages/README.md
55
source_branch: main
6-
source_run_id: 27985182580
7-
last_synced: 2026-06-22T21:33:27.954Z
6+
source_run_id: 28471528368
7+
last_synced: 2026-06-30T19:53:48.172Z
88
---
99

1010
<!-- header:start -->
@@ -96,21 +96,21 @@ permissions:
9696
9797
## Inputs
9898
99-
| **Input** | **Description** | **Required** | **Default** |
100-
| --------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | ------------ | --------------------- |
101-
| **`build-artifact-id`** | The ID of the "build" artifact to download. | **false** | - |
102-
| | The artifact must contain the full (absolute) build path. | | |
103-
| | If not set, the action will use the local workspace files. | | |
104-
| **`build-path`** | The path to the assets to deploy. | **false** | - |
105-
| | Can be absolute or relative $GITHUB_WORKSPACE. | | |
106-
| **`budget-path`** | The path to the performance budget file. See action [Check - URL - Lighthouse](../../check/url-lighthouse/index.md). | **false** | `./budget.json` |
107-
| **`static-site-generator`** | The static site generator used to build the site. See [https://github.com/actions/configure-pages](https://github.com/actions/configure-pages). | **false** | - |
108-
| **`checks`** | Whether to run URL checks after deployment. | **false** | `true` |
109-
| **`github-token`** | GitHub Token for deploying to GitHub Pages. | **false** | `${{ github.token }}` |
110-
| | Permissions: | | |
111-
| | - pages: write | | |
112-
| | - id-token: write | | |
113-
| | See [https://github.com/actions/deploy-pages](https://github.com/actions/deploy-pages). | | |
99+
| **Input** | **Description** | **Required** | **Default** |
100+
| --------------------------- | --------------------------------------------------------------------------------------------------------------------- | ------------ | --------------------- |
101+
| **`build-artifact-id`** | The ID of the "build" artifact to download. | **false** | - |
102+
| | The artifact must contain the full (absolute) build path. | | |
103+
| | If not set, the action will use the local workspace files. | | |
104+
| **`build-path`** | The path to the assets to deploy. | **false** | - |
105+
| | Can be absolute or relative $GITHUB_WORKSPACE. | | |
106+
| **`budget-path`** | The path to the performance budget file. See action [Check - URL - Lighthouse](../../check/url-lighthouse/index.md). | **false** | `./budget.json` |
107+
| **`static-site-generator`** | The static site generator used to build the site. See [https://github.com/actions/configure-pages](https://github.com/actions/configure-pages). | **false** | - |
108+
| **`checks`** | Whether to run URL checks after deployment. | **false** | `true` |
109+
| **`github-token`** | GitHub Token for deploying to GitHub Pages. | **false** | `${{ github.token }}` |
110+
| | Permissions: | | |
111+
| | - pages: write | | |
112+
| | - id-token: write | | |
113+
| | See [https://github.com/actions/deploy-pages](https://github.com/actions/deploy-pages). | | |
114114

115115
<!-- inputs:end -->
116116

application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/deploy/helm-repository-dispatch/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Helm Repository Dispatch
33
source_repo: hoverkraft-tech/ci-github-publish
44
source_path: actions/deploy/helm-repository-dispatch/README.md
55
source_branch: main
6-
source_run_id: 27985182580
7-
last_synced: 2026-06-22T21:33:27.954Z
6+
source_run_id: 28471528368
7+
last_synced: 2026-06-30T19:53:48.172Z
88
---
99

1010
<!-- header:start -->
@@ -114,7 +114,7 @@ See [https://docs.github.com/en/actions/writing-workflows/choosing-when-your-wor
114114
| **`github-token`** | GitHub Token for dispatch an event to a remote repository. | **false** | `${{ github.token }}` |
115115
| | Permissions: | | |
116116
| | - contents: write | | |
117-
| | See [https://github.com/peter-evans/repository-dispatch#usage](https://github.com/peter-evans/repository-dispatch#usage). | | |
117+
| | See [https://github.com/peter-evans/repository-dispatch#usage](https://github.com/peter-evans/repository-dispatch#usage). | | |
118118
| **`initiated-by`** | Username to record as having initiated the sync operation | **true** | - |
119119

120120
<!-- inputs:end -->

application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/deploy/jampack/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Jampack
33
source_repo: hoverkraft-tech/ci-github-publish
44
source_path: actions/deploy/jampack/README.md
55
source_branch: main
6-
source_run_id: 27985182580
7-
last_synced: 2026-06-22T21:33:27.954Z
6+
source_run_id: 28471528368
7+
last_synced: 2026-06-30T19:53:48.172Z
88
---
99

1010
<!-- header:start -->

0 commit comments

Comments
 (0)