Skip to content

Commit 7a080e8

Browse files
committed
ci: Auto update Github Action workflows
1 parent 9646d87 commit 7a080e8

File tree

4 files changed

+19
-18
lines changed

4 files changed

+19
-18
lines changed

.github/workflows/module-ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# v3.800.11
2-
# bump-ubuntu-version
1+
# v3.800.12
2+
# https://virtocommerce.atlassian.net/browse/VCST-2469
33
name: Module CI
44

55
on:
@@ -241,8 +241,7 @@ jobs:
241241
if: ${{ ((github.ref == 'refs/heads/dev') && (github.event_name == 'push') && (needs.ci.outputs.run-e2e == 'true')) ||
242242
(github.event_name == 'workflow_dispatch') || (github.base_ref == 'dev') && (github.event_name == 'pull_request') }}
243243
needs: 'ci'
244-
uses: VirtoCommerce/.github/.github/workflows/e2e.yml@VCST-2469
245-
244+
uses: VirtoCommerce/.github/.github/workflows/[email protected]
246245
with:
247246
katalonRepo: 'VirtoCommerce/vc-quality-gate-katalon'
248247
katalonRepoBranch: 'dev'
@@ -260,7 +259,7 @@ jobs:
260259
deploy-cloud:
261260
if: ${{ (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev') && github.event_name == 'push' }}
262261
needs: ci
263-
uses: VirtoCommerce/.github/.github/workflows/[email protected].11
262+
uses: VirtoCommerce/.github/.github/workflows/[email protected].12
264263
with:
265264
releaseSource: module
266265
moduleId: ${{ needs.ci.outputs.moduleId }}

.github/workflows/module-release-hotfix.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# v3.800.11
2-
# bump-ubuntu-version
1+
# v3.800.12
2+
# https://virtocommerce.atlassian.net/browse/VCST-2469
33
name: Release hotfix
44

55
on:
@@ -13,12 +13,12 @@ on:
1313

1414
jobs:
1515
test:
16-
uses: VirtoCommerce/.github/.github/workflows/[email protected].11
16+
uses: VirtoCommerce/.github/.github/workflows/[email protected].12
1717
secrets:
1818
sonarToken: ${{ secrets.SONAR_TOKEN }}
1919

2020
build:
21-
uses: VirtoCommerce/.github/.github/workflows/[email protected].11
21+
uses: VirtoCommerce/.github/.github/workflows/[email protected].12
2222
with:
2323
uploadPackage: 'true'
2424
uploadDocker: 'false'
@@ -46,7 +46,7 @@ jobs:
4646
publish-github-release:
4747
needs:
4848
[build, test, get-metadata]
49-
uses: VirtoCommerce/.github/.github/workflows/[email protected].11
49+
uses: VirtoCommerce/.github/.github/workflows/[email protected].12
5050
with:
5151
fullKey: ${{ needs.build.outputs.packageFullKey }}
5252
changeLog: '${{ needs.get-metadata.outputs.changeLog }}'

.github/workflows/publish-nugets.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# v3.800.11
2-
# bump-ubuntu-version
1+
# v3.800.12
2+
# https://virtocommerce.atlassian.net/browse/VCST-2469
33
name: Publish nuget
44

55
on:
@@ -13,12 +13,12 @@ on:
1313

1414
jobs:
1515
test:
16-
uses: VirtoCommerce/.github/.github/workflows/[email protected].11
16+
uses: VirtoCommerce/.github/.github/workflows/[email protected].12
1717
secrets:
1818
sonarToken: ${{ secrets.SONAR_TOKEN }}
1919

2020
build:
21-
uses: VirtoCommerce/.github/.github/workflows/[email protected].11
21+
uses: VirtoCommerce/.github/.github/workflows/[email protected].12
2222
with:
2323
uploadPackage: 'true'
2424
uploadDocker: 'false'
@@ -29,10 +29,12 @@ jobs:
2929
publish-nuget:
3030
needs:
3131
[build, test]
32-
uses: VirtoCommerce/.github/.github/workflows/[email protected].11
32+
uses: VirtoCommerce/.github/.github/workflows/[email protected].12
3333
with:
3434
fullKey: ${{ needs.build.outputs.packageFullKey }}
3535
forceGithub: false
36+
forceBlob: true
3637
secrets:
3738
envPAT: ${{ secrets.GITHUB_TOKEN }}
3839
nugetKey: ${{ secrets.NUGET_KEY }}
40+
BLOB_TOKEN: ${{ secrets.BLOB_TOKEN }}

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# v3.800.11
2-
# bump-ubuntu-version
1+
# v3.800.12
2+
# https://virtocommerce.atlassian.net/browse/VCST-2469
33
name: Release
44

55
on:
66
workflow_dispatch:
77

88
jobs:
99
release:
10-
uses: VirtoCommerce/.github/.github/workflows/[email protected].11
10+
uses: VirtoCommerce/.github/.github/workflows/[email protected].12
1111
secrets:
1212
envPAT: ${{ secrets.REPO_TOKEN }}

0 commit comments

Comments
 (0)