Skip to content

Commit fa13c8c

Browse files
authored
Merge pull request #480 from contentstack/feature/workflow
workflow test
2 parents 6615c16 + fe461ee commit fa13c8c

File tree

13 files changed

+8
-8
lines changed

13 files changed

+8
-8
lines changed

.DS_Store

6 KB
Binary file not shown.

.github/workflows/repo-sync.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@ jobs:
4040
with:
4141
filters: |
4242
api:
43-
- 'api/**'
43+
- 'api/**'
4444
cli:
45-
- 'cli/**'
45+
- 'cli/**'
4646
ui:
47-
- 'ui/**'
47+
- 'ui/**'
4848
upload-api:
49-
- 'upload-api/src/**
49+
- 'upload-api/src/**'
5050
migration-sitecore:
51-
- 'upload-api/migration-sitecore/**'
51+
- 'upload-api/migration-sitecore/**'
5252
migration-contentful:
53-
- 'upload-api/migration-contentful/**'
53+
- 'upload-api/migration-contentful/**'
5454
5555
- name: Setup Git
5656
if: env.merged == 'true'
@@ -61,7 +61,7 @@ jobs:
6161
- name: Sync changes to sitecore-repo (if applicable)
6262
if: env.merged == 'true' && (steps.file_changes.outputs.api == 'true' || steps.file_changes.outputs.cli == 'true' || steps.file_changes.outputs.ui == 'true' || steps.file_changes.outputs.upload-api == 'true' || steps.file_changes.outputs.migration-sitecore == 'true')
6363
run: |
64-
git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/contentstack-expert-services/migration-tool-sitecore.git
64+
git clone https://x-access-token:${{ secrets.GH_PAT }}@github.com/contentstack-expert-services/migration-tool-sitecore.git
6565
cd migration-tool-sitecore
6666
git checkout -b sync-from-migration-v2-${{ github.event.pull_request.number }}
6767
rsync -av --delete ../api/ ./api/
@@ -82,4 +82,4 @@ jobs:
8282
--head sync-from-migration-v2-${{ github.event.pull_request.number }} \
8383
--base main
8484
env:
85-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
85+
GH_TOKEN: ${{ secrets.GH_PAT }}

api/.DS_Store

6 KB
Binary file not shown.

api/src/.DS_Store

8 KB
Binary file not shown.

upload-api/.DS_Store

8 KB
Binary file not shown.
6 KB
Binary file not shown.
6 KB
Binary file not shown.
6 KB
Binary file not shown.
6 KB
Binary file not shown.

upload-api/src/.DS_Store

8 KB
Binary file not shown.

0 commit comments

Comments
 (0)