diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 00000000..ef3e9916 Binary files /dev/null and b/.DS_Store differ diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index a755274c..781ae9bc 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -40,17 +40,17 @@ jobs: with: filters: | api: - - 'api/**' + - 'api/**' cli: - - 'cli/**' + - 'cli/**' ui: - - 'ui/**' + - 'ui/**' upload-api: - - 'upload-api/src/** + - 'upload-api/src/**' migration-sitecore: - - 'upload-api/migration-sitecore/**' + - 'upload-api/migration-sitecore/**' migration-contentful: - - 'upload-api/migration-contentful/**' + - 'upload-api/migration-contentful/**' - name: Setup Git if: env.merged == 'true' @@ -61,7 +61,7 @@ jobs: - name: Sync changes to sitecore-repo (if applicable) 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') run: | - git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/contentstack-expert-services/migration-tool-sitecore.git + git clone https://x-access-token:${{ secrets.GH_PAT }}@github.com/contentstack-expert-services/migration-tool-sitecore.git cd migration-tool-sitecore git checkout -b sync-from-migration-v2-${{ github.event.pull_request.number }} rsync -av --delete ../api/ ./api/ @@ -82,4 +82,4 @@ jobs: --head sync-from-migration-v2-${{ github.event.pull_request.number }} \ --base main env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.GH_PAT }} diff --git a/api/.DS_Store b/api/.DS_Store new file mode 100644 index 00000000..cb7a19b9 Binary files /dev/null and b/api/.DS_Store differ diff --git a/api/src/.DS_Store b/api/src/.DS_Store new file mode 100644 index 00000000..24cf0c64 Binary files /dev/null and b/api/src/.DS_Store differ diff --git a/upload-api/.DS_Store b/upload-api/.DS_Store new file mode 100644 index 00000000..7303c185 Binary files /dev/null and b/upload-api/.DS_Store differ diff --git a/upload-api/migration-contentful/.DS_Store b/upload-api/migration-contentful/.DS_Store new file mode 100644 index 00000000..f3a870ba Binary files /dev/null and b/upload-api/migration-contentful/.DS_Store differ diff --git a/upload-api/migration-contentful/utils/.DS_Store b/upload-api/migration-contentful/utils/.DS_Store new file mode 100644 index 00000000..56a88cac Binary files /dev/null and b/upload-api/migration-contentful/utils/.DS_Store differ diff --git a/upload-api/migration-sitecore/.DS_Store b/upload-api/migration-sitecore/.DS_Store new file mode 100644 index 00000000..fce8477d Binary files /dev/null and b/upload-api/migration-sitecore/.DS_Store differ diff --git a/upload-api/migration-wordpress/.DS_Store b/upload-api/migration-wordpress/.DS_Store new file mode 100644 index 00000000..6c48ed7b Binary files /dev/null and b/upload-api/migration-wordpress/.DS_Store differ diff --git a/upload-api/src/.DS_Store b/upload-api/src/.DS_Store new file mode 100644 index 00000000..d962678f Binary files /dev/null and b/upload-api/src/.DS_Store differ diff --git a/upload-api/src/controllers/.DS_Store b/upload-api/src/controllers/.DS_Store new file mode 100644 index 00000000..77c30b91 Binary files /dev/null and b/upload-api/src/controllers/.DS_Store differ diff --git a/upload-api/src/services/.DS_Store b/upload-api/src/services/.DS_Store new file mode 100644 index 00000000..af6791b4 Binary files /dev/null and b/upload-api/src/services/.DS_Store differ diff --git a/upload-api/src/validators/.DS_Store b/upload-api/src/validators/.DS_Store new file mode 100644 index 00000000..4362e024 Binary files /dev/null and b/upload-api/src/validators/.DS_Store differ