File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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@v8
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
Original file line number Diff line number Diff line change 1111 workflow_dispatch :
1212jobs :
1313 lint :
14- uses : parcelLab/ci/.github/workflows/json.yaml@v8.2.6
14+ uses : parcelLab/ci/.github/workflows/json.yaml@v8
Original file line number Diff line number Diff line change 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@v8
1111 with :
1212 deploymentRepoPath : .chart/${{ github.event.deployment.payload.env }}
1313 deploymentRepoValuesPath : .chart/${{ github.event.deployment.payload.env }}/values.yaml
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 }}
Original file line number Diff line number Diff line change 99 - synchronize
1010jobs :
1111 pr :
12- uses : parcelLab/ci/.github/workflows/pr.yaml@v8.2.6
12+ uses : parcelLab/ci/.github/workflows/pr.yaml@v8
1313 secrets :
1414 repoAccessToken : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1111jobs :
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@v8
1515 with :
1616 commitish : ${{ github.sha }}
1717 secrets :
Original file line number Diff line number Diff line change 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@v8
4646 with :
4747 appName : ${{ needs.set-repo-name.outputs.repo_name }}
4848 author : ${{ github.event.pusher.name }}
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@v8
6464 with :
6565 appName : ${{ needs.set-repo-name.outputs.repo_name }}
6666 author : ${{ github.event.pusher.name }}
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@v8
8282 with :
8383 appName : ${{ needs.set-repo-name.outputs.repo_name }}
8484 author : ${{ github.event.pusher.name }}
Original file line number Diff line number Diff line change 1313 workflow_dispatch :
1414jobs :
1515 lint :
16- uses : parcelLab/ci/.github/workflows/yaml.yaml@v8.2.6
16+ uses : parcelLab/ci/.github/workflows/yaml.yaml@v8
You can’t perform that action at this time.
0 commit comments