Skip to content

Commit b666c60

Browse files
authored
Merge branch 'main' into dependabot/github_actions/parcelLab/ci/dot-github/workflows/yaml.yaml-8.3.0
2 parents b637d81 + 288beee commit b666c60

7 files changed

Lines changed: 9 additions & 15 deletions

File tree

.github/workflows/deployment.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ jobs:
2424

2525
from-dispatch:
2626
needs: set-repo-name
27-
uses: parcelLab/ci/.github/workflows/deployment.yaml@v8.2.6
27+
uses: parcelLab/ci/.github/workflows/deployment.yaml@v9
2828
with:
2929
appName: ${{ needs.set-repo-name.outputs.repo_name }}
3030
author: ${{ github.event.inputs.author }}
31-
chartInAppRepo: true
3231
description: ${{ github.event.inputs.description }}
3332
env: ${{ github.event.inputs.env }}
3433
namespace: infra

.github/workflows/json.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ on:
1111
workflow_dispatch:
1212
jobs:
1313
lint:
14-
uses: parcelLab/ci/.github/workflows/json.yaml@v8.2.6
14+
uses: parcelLab/ci/.github/workflows/json.yaml@v9

.github/workflows/kubernetes.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77

88
deploy:
99
needs: set-repo-name
10-
uses: parcelLab/ci/.github/workflows/kubernetes.yaml@v8.2.6
10+
uses: parcelLab/ci/.github/workflows/kubernetes.yaml@v9
1111
with:
1212
deploymentRepoPath: .chart/${{ github.event.deployment.payload.env }}
1313
deploymentRepoValuesPath: .chart/${{ github.event.deployment.payload.env }}/values.yaml
@@ -19,13 +19,8 @@ jobs:
1919
slackChannelTest: D05FBHC5SQL
2020
registryHostname: 212550490986.dkr.ecr.eu-central-1.amazonaws.com
2121
enableContainerScan: false
22-
repository_kind: "ecr"
23-
chartInAppRepo: true
2422
secrets:
2523
npmGithubReadToken: ${{ secrets.PACKAGES_READ_TOKEN }}
2624
repoAccessToken: ${{ secrets.REPO_ACCESS_TOKEN }}
2725
sentryAuthToken: ${{ secrets.SENTRY_AUTH_TOKEN }}
2826
slackBotToken: ${{ secrets.SLACK_BOT_TOKEN }}
29-
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
30-
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
31-
AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }}

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ on:
99
- synchronize
1010
jobs:
1111
pr:
12-
uses: parcelLab/ci/.github/workflows/pr.yaml@v8.2.6
12+
uses: parcelLab/ci/.github/workflows/pr.yaml@v9
1313
secrets:
1414
repoAccessToken: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
draft_release:
1313
if: github.ref == 'refs/heads/main'
14-
uses: parcellab/ci/.github/workflows/release.yaml@v8.2.6
14+
uses: parcellab/ci/.github/workflows/release.yaml@v9
1515
with:
1616
commitish: ${{ github.sha }}
1717
secrets:

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
needs:
4343
- test
4444
- set-repo-name
45-
uses: parcelLab/ci/.github/workflows/deployment.yaml@v8.2.6
45+
uses: parcelLab/ci/.github/workflows/deployment.yaml@v9
4646
with:
4747
appName: ${{ needs.set-repo-name.outputs.repo_name }}
4848
author: ${{ github.event.pusher.name }}
@@ -60,7 +60,7 @@ jobs:
6060
needs:
6161
- test
6262
- set-repo-name
63-
uses: parcelLab/ci/.github/workflows/deployment.yaml@v8.2.6
63+
uses: parcelLab/ci/.github/workflows/deployment.yaml@v9
6464
with:
6565
appName: ${{ needs.set-repo-name.outputs.repo_name }}
6666
author: ${{ github.event.pusher.name }}
@@ -78,7 +78,7 @@ jobs:
7878
needs:
7979
- test
8080
- set-repo-name
81-
uses: parcelLab/ci/.github/workflows/deployment.yaml@v8.2.6
81+
uses: parcelLab/ci/.github/workflows/deployment.yaml@v9
8282
with:
8383
appName: ${{ needs.set-repo-name.outputs.repo_name }}
8484
author: ${{ github.event.pusher.name }}

.github/workflows/yaml.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ on:
1313
workflow_dispatch:
1414
jobs:
1515
lint:
16-
uses: parcelLab/ci/.github/workflows/yaml.yaml@v8.3.0
16+
uses: parcelLab/ci/.github/workflows/yaml.yaml@v9

0 commit comments

Comments
 (0)