Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ jobs:

from-dispatch:
needs: set-repo-name
uses: parcelLab/ci/.github/workflows/deployment.yaml@v8.2.6
uses: parcelLab/ci/.github/workflows/deployment.yaml@v8
with:
appName: ${{ needs.set-repo-name.outputs.repo_name }}
author: ${{ github.event.inputs.author }}
chartInAppRepo: true
description: ${{ github.event.inputs.description }}
env: ${{ github.event.inputs.env }}
namespace: infra
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/json.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ on:
workflow_dispatch:
jobs:
lint:
uses: parcelLab/ci/.github/workflows/json.yaml@v8.2.6
uses: parcelLab/ci/.github/workflows/json.yaml@v8
4 changes: 1 addition & 3 deletions .github/workflows/kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

deploy:
needs: set-repo-name
uses: parcelLab/ci/.github/workflows/kubernetes.yaml@v8.2.6
uses: parcelLab/ci/.github/workflows/kubernetes.yaml@v8
with:
deploymentRepoPath: .chart/${{ github.event.deployment.payload.env }}
deploymentRepoValuesPath: .chart/${{ github.event.deployment.payload.env }}/values.yaml
Expand All @@ -19,8 +19,6 @@ jobs:
slackChannelTest: D05FBHC5SQL
registryHostname: 212550490986.dkr.ecr.eu-central-1.amazonaws.com
enableContainerScan: false
repository_kind: "ecr"
chartInAppRepo: true
secrets:
npmGithubReadToken: ${{ secrets.PACKAGES_READ_TOKEN }}
repoAccessToken: ${{ secrets.REPO_ACCESS_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ on:
- synchronize
jobs:
pr:
uses: parcelLab/ci/.github/workflows/pr.yaml@v8.2.6
uses: parcelLab/ci/.github/workflows/pr.yaml@v8
secrets:
repoAccessToken: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
draft_release:
if: github.ref == 'refs/heads/main'
uses: parcellab/ci/.github/workflows/release.yaml@v8.2.6
uses: parcellab/ci/.github/workflows/release.yaml@v8
with:
commitish: ${{ github.sha }}
secrets:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
needs:
- test
- set-repo-name
uses: parcelLab/ci/.github/workflows/deployment.yaml@v8.2.6
uses: parcelLab/ci/.github/workflows/deployment.yaml@v8
with:
appName: ${{ needs.set-repo-name.outputs.repo_name }}
author: ${{ github.event.pusher.name }}
Expand All @@ -60,7 +60,7 @@ jobs:
needs:
- test
- set-repo-name
uses: parcelLab/ci/.github/workflows/deployment.yaml@v8.2.6
uses: parcelLab/ci/.github/workflows/deployment.yaml@v8
with:
appName: ${{ needs.set-repo-name.outputs.repo_name }}
author: ${{ github.event.pusher.name }}
Expand All @@ -78,7 +78,7 @@ jobs:
needs:
- test
- set-repo-name
uses: parcelLab/ci/.github/workflows/deployment.yaml@v8.2.6
uses: parcelLab/ci/.github/workflows/deployment.yaml@v8
with:
appName: ${{ needs.set-repo-name.outputs.repo_name }}
author: ${{ github.event.pusher.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yaml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ on:
workflow_dispatch:
jobs:
lint:
uses: parcelLab/ci/.github/workflows/yaml.yaml@v8.2.6
uses: parcelLab/ci/.github/workflows/yaml.yaml@v8
Loading