Skip to content

Commit 0f55946

Browse files
docs: update actions and workflows documentation
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0437797 commit 0f55946

30 files changed

Lines changed: 60 additions & 33 deletions

File tree

.github/workflows/clean-deploy-argocd-app-of-apps.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
[![License](https://img.shields.io/github/license/hoverkraft-tech/ci-github-publish)](http://choosealicense.com/licenses/mit/)
1717
[![Stars](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-publish?style=social)](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-publish?style=social)
1818
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/hoverkraft-tech/ci-github-publish/blob/main/CONTRIBUTING.md)
19+
[![codecov](https://codecov.io/gh/hoverkraft-tech/compose-action/graph/badge.svg?token=90JXB7EIMA)](https://codecov.io/gh/hoverkraft-tech/compose-action)
1920

2021
<!-- badges:end -->
2122

@@ -63,7 +64,7 @@ on:
6364
permissions: {}
6465
jobs:
6566
clean-deploy-argocd-app-of-apps:
66-
uses: hoverkraft-tech/ci-github-publish/.github/workflows/clean-deploy-argocd-app-of-apps.yml@b27c38015a8265780329d229c841d057a18b8fae # 0.25.0
67+
uses: hoverkraft-tech/ci-github-publish/.github/workflows/clean-deploy-argocd-app-of-apps.yml@84d583ba7b357f9476707f54cf5419d630ae0145 # 0.26.2
6768
permissions:
6869
contents: read
6970
pull-requests: write
@@ -145,7 +146,7 @@ concurrency:
145146
146147
jobs:
147148
deploy:
148-
uses: hoverkraft-tech/ci-github-publish/.github/workflows/clean-deploy-argocd-app-of-apps.yml@b27c38015a8265780329d229c841d057a18b8fae # 0.25.0
149+
uses: hoverkraft-tech/ci-github-publish/.github/workflows/clean-deploy-argocd-app-of-apps.yml@84d583ba7b357f9476707f54cf5419d630ae0145 # 0.26.2
149150
secrets:
150151
github-token: ${{ secrets.GITHUB_TOKEN }}
151152
github-app-key: ${{ secrets.GITHUB_APP_KEY }}

.github/workflows/clean-deploy.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
[![License](https://img.shields.io/github/license/hoverkraft-tech/ci-github-publish)](http://choosealicense.com/licenses/mit/)
1717
[![Stars](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-publish?style=social)](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-publish?style=social)
1818
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/hoverkraft-tech/ci-github-publish/blob/main/CONTRIBUTING.md)
19+
[![codecov](https://codecov.io/gh/hoverkraft-tech/compose-action/graph/badge.svg?token=90JXB7EIMA)](https://codecov.io/gh/hoverkraft-tech/compose-action)
1920

2021
<!-- badges:end -->
2122

@@ -62,7 +63,7 @@ on:
6263
permissions: {}
6364
jobs:
6465
clean-deploy:
65-
uses: hoverkraft-tech/ci-github-publish/.github/workflows/clean-deploy.yml@b27c38015a8265780329d229c841d057a18b8fae # 0.25.0
66+
uses: hoverkraft-tech/ci-github-publish/.github/workflows/clean-deploy.yml@84d583ba7b357f9476707f54cf5419d630ae0145 # 0.26.2
6667
permissions:
6768
actions: read
6869
deployments: write
@@ -181,7 +182,7 @@ permissions:
181182
182183
jobs:
183184
clean-deploy:
184-
uses: hoverkraft-tech/ci-github-publish/.github/workflows/clean-deploy.yml@b27c38015a8265780329d229c841d057a18b8fae # 0.25.0
185+
uses: hoverkraft-tech/ci-github-publish/.github/workflows/clean-deploy.yml@84d583ba7b357f9476707f54cf5419d630ae0145 # 0.26.2
185186
with:
186187
clean-deploy-parameters: |
187188
{ "repository": "${{ github.repository_owner }}/argocd-app-of-apps" }

.github/workflows/deploy-checks.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
[![License](https://img.shields.io/github/license/hoverkraft-tech/ci-github-publish)](http://choosealicense.com/licenses/mit/)
1717
[![Stars](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-publish?style=social)](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-publish?style=social)
1818
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/hoverkraft-tech/ci-github-publish/blob/main/CONTRIBUTING.md)
19+
[![codecov](https://codecov.io/gh/hoverkraft-tech/compose-action/graph/badge.svg?token=90JXB7EIMA)](https://codecov.io/gh/hoverkraft-tech/compose-action)
1920

2021
<!-- badges:end -->
2122

@@ -50,7 +51,7 @@ on:
5051
permissions: {}
5152
jobs:
5253
deploy-checks:
53-
uses: hoverkraft-tech/ci-github-publish/.github/workflows/deploy-checks.yml@b27c38015a8265780329d229c841d057a18b8fae # 0.25.0
54+
uses: hoverkraft-tech/ci-github-publish/.github/workflows/deploy-checks.yml@84d583ba7b357f9476707f54cf5419d630ae0145 # 0.26.2
5455
permissions:
5556
contents: read
5657
with:

.github/workflows/deploy-finish.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
[![License](https://img.shields.io/github/license/hoverkraft-tech/ci-github-publish)](http://choosealicense.com/licenses/mit/)
1717
[![Stars](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-publish?style=social)](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-publish?style=social)
1818
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/hoverkraft-tech/ci-github-publish/blob/main/CONTRIBUTING.md)
19+
[![codecov](https://codecov.io/gh/hoverkraft-tech/compose-action/graph/badge.svg?token=90JXB7EIMA)](https://codecov.io/gh/hoverkraft-tech/compose-action)
1920

2021
<!-- badges:end -->
2122

@@ -61,7 +62,7 @@ on:
6162
permissions: {}
6263
jobs:
6364
deploy-finish:
64-
uses: hoverkraft-tech/ci-github-publish/.github/workflows/deploy-finish.yml@b27c38015a8265780329d229c841d057a18b8fae # 0.25.0
65+
uses: hoverkraft-tech/ci-github-publish/.github/workflows/deploy-finish.yml@84d583ba7b357f9476707f54cf5419d630ae0145 # 0.26.2
6566
permissions:
6667
actions: read
6768
contents: read

.github/workflows/deploy-start.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
[![License](https://img.shields.io/github/license/hoverkraft-tech/ci-github-publish)](http://choosealicense.com/licenses/mit/)
1717
[![Stars](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-publish?style=social)](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-publish?style=social)
1818
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/hoverkraft-tech/ci-github-publish/blob/main/CONTRIBUTING.md)
19+
[![codecov](https://codecov.io/gh/hoverkraft-tech/compose-action/graph/badge.svg?token=90JXB7EIMA)](https://codecov.io/gh/hoverkraft-tech/compose-action)
1920

2021
<!-- badges:end -->
2122

@@ -68,7 +69,7 @@ on:
6869
permissions: {}
6970
jobs:
7071
deploy-start:
71-
uses: hoverkraft-tech/ci-github-publish/.github/workflows/deploy-start.yml@b27c38015a8265780329d229c841d057a18b8fae # 0.25.0
72+
uses: hoverkraft-tech/ci-github-publish/.github/workflows/deploy-start.yml@84d583ba7b357f9476707f54cf5419d630ae0145 # 0.26.2
7273
permissions:
7374
actions: read
7475
contents: read

.github/workflows/finish-deploy-argocd-app-of-apps.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
[![License](https://img.shields.io/github/license/hoverkraft-tech/ci-github-publish)](http://choosealicense.com/licenses/mit/)
1717
[![Stars](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-publish?style=social)](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-publish?style=social)
1818
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/hoverkraft-tech/ci-github-publish/blob/main/CONTRIBUTING.md)
19+
[![codecov](https://codecov.io/gh/hoverkraft-tech/compose-action/graph/badge.svg?token=90JXB7EIMA)](https://codecov.io/gh/hoverkraft-tech/compose-action)
1920

2021
<!-- badges:end -->
2122

@@ -70,7 +71,7 @@ on:
7071
permissions: {}
7172
jobs:
7273
finish-deploy-argocd-app-of-apps:
73-
uses: hoverkraft-tech/ci-github-publish/.github/workflows/finish-deploy-argocd-app-of-apps.yml@b27c38015a8265780329d229c841d057a18b8fae # 0.25.0
74+
uses: hoverkraft-tech/ci-github-publish/.github/workflows/finish-deploy-argocd-app-of-apps.yml@84d583ba7b357f9476707f54cf5419d630ae0145 # 0.26.2
7475
permissions:
7576
actions: read
7677
contents: read

.github/workflows/prepare-release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ on:
5252
permissions: {}
5353
jobs:
5454
prepare-release:
55-
uses: hoverkraft-tech/ci-github-publish/.github/workflows/prepare-release.yml@b27c38015a8265780329d229c841d057a18b8fae # 0.25.0
55+
uses: hoverkraft-tech/ci-github-publish/.github/workflows/prepare-release.yml@84d583ba7b357f9476707f54cf5419d630ae0145 # 0.26.2
5656
permissions:
5757
contents: read
5858
pull-requests: write
@@ -128,7 +128,7 @@ permissions: {}
128128
129129
jobs:
130130
prepare-release:
131-
uses: hoverkraft-tech/ci-github-publish/.github/workflows/prepare-release.yml@b27c38015a8265780329d229c841d057a18b8fae # 0.25.0
131+
uses: hoverkraft-tech/ci-github-publish/.github/workflows/prepare-release.yml@84d583ba7b357f9476707f54cf5419d630ae0145 # 0.26.2
132132
permissions:
133133
contents: read
134134
pull-requests: write

.github/workflows/release-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ on:
5858
permissions: {}
5959
jobs:
6060
release-actions:
61-
uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@b27c38015a8265780329d229c841d057a18b8fae # 0.25.0
61+
uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@84d583ba7b357f9476707f54cf5419d630ae0145 # 0.26.2
6262
permissions:
6363
contents: read
6464
secrets:

actions/argocd/get-manifest-files/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
[![License](https://img.shields.io/github/license/hoverkraft-tech/ci-github-publish)](http://choosealicense.com/licenses/mit/)
1818
[![Stars](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-publish?style=social)](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-publish?style=social)
1919
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/hoverkraft-tech/ci-github-publish/blob/main/CONTRIBUTING.md)
20+
[![codecov](https://codecov.io/gh/hoverkraft-tech/compose-action/graph/badge.svg?token=90JXB7EIMA)](https://codecov.io/gh/hoverkraft-tech/compose-action)
2021

2122
<!-- badges:end -->
2223

@@ -33,7 +34,7 @@ Determine all the manifest files needed to deploy the application using ArgoCD f
3334
## Usage
3435

3536
```yaml
36-
- uses: hoverkraft-tech/ci-github-publish/actions/argocd/get-manifest-files@2c8e24b416226074aea1e240468f043edefc5760 # 0.23.2
37+
- uses: hoverkraft-tech/ci-github-publish/actions/argocd/get-manifest-files@84d583ba7b357f9476707f54cf5419d630ae0145 # 0.26.2
3738
with:
3839
# Environment name (e.g. production, review-apps:pr-1234).
3940
# This is used to determine the application directory and extra manifest directory.

actions/check/url-lighthouse/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
[![License](https://img.shields.io/github/license/hoverkraft-tech/ci-github-publish)](http://choosealicense.com/licenses/mit/)
1818
[![Stars](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-publish?style=social)](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-publish?style=social)
1919
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/hoverkraft-tech/ci-github-publish/blob/main/CONTRIBUTING.md)
20+
[![codecov](https://codecov.io/gh/hoverkraft-tech/compose-action/graph/badge.svg?token=90JXB7EIMA)](https://codecov.io/gh/hoverkraft-tech/compose-action)
2021

2122
<!-- badges:end -->
2223

@@ -34,7 +35,7 @@ The action always sends `User-Agent: hoverkraft-tech-url-lighthouse-action` when
3435
## Usage
3536

3637
```yaml
37-
- uses: hoverkraft-tech/ci-github-publish/actions/check/url-lighthouse@2c8e24b416226074aea1e240468f043edefc5760 # 0.23.2
38+
- uses: hoverkraft-tech/ci-github-publish/actions/check/url-lighthouse@84d583ba7b357f9476707f54cf5419d630ae0145 # 0.26.2
3839
with:
3940
# The URL to audit using Lighthouse.
4041
# This input is required.

0 commit comments

Comments
 (0)