diff --git a/.github/workflows/constants/replacements.yml b/.github/workflows/constants/replacements.yml
deleted file mode 100644
index 7c9fefc..0000000
--- a/.github/workflows/constants/replacements.yml
+++ /dev/null
@@ -1,40 +0,0 @@
-deletions:
- - .github/workflows/repo-sync.yaml
- - .github/workflows/constants/replacements.yml
-ignore:
- - version.properties
- - Info.plist
- - App/Info.plist
-replacements:
- - from: "MYA32EHWN4"
- to: "Z49R96MV7D"
- - from: 'provisioningProfileSpecifier: "demo-ios"'
- to: 'provisioningProfileSpecifier: "PersonaClick Demo Shop Distribution Profile"'
- - from: "com.rees46.demo-shop"
- to: "com.personaclick.ios-demo"
- - from: "demo-ios"
- to: "PersonaClick Demo Shop Distribution Profile"
- - from: "PUBLIVERSIONER_SECRET"
- to: "PERSONACLICK_COURIER_SECRET"
- - from: "PUBLIVERSIONER_ID"
- to: "PERSONACLICK_COURIER_ID"
- - from: "https://reference.api.rees46.com/#introduction"
- to: "https://personaclick.atlassian.net/wiki/spaces/english/overview?mode=global"
- - from: "desk@rees46.com"
- to: "success@personaclick.com"
- - from: "https://github.com/user-attachments/assets/f84f80c5-5884-42f5-92d5-65f2a4c30aee"
- to: "https://github.com/user-attachments/assets/06eba2ec-d342-43a0-9ab5-bec6352490f0"
- - from: "api.rees46.com"
- to: "api.personaclick.com"
- - from: "rees46.com"
- to: "personaclick.com"
- - from: "rees46.ru"
- to: "personaclick.com"
- - from: "rees46"
- to: "personaclick"
- - from: "REES46"
- to: "PersonaClick"
- - from: "REES"
- to: "PersonaClick"
- - from: "Rees46"
- to: "PersonaClick"
diff --git a/.github/workflows/repo-sync.yaml b/.github/workflows/repo-sync.yaml
index 68f587f..2e04bcb 100644
--- a/.github/workflows/repo-sync.yaml
+++ b/.github/workflows/repo-sync.yaml
@@ -17,6 +17,10 @@ jobs:
steps:
- uses: rees46/workflow/.github/actions/sync/read-replacements@master
id: getReplacementsStep
+ with:
+ appId: ${{ vars.PUBLIVERSIONER_ID }}
+ appSecret: ${{ secrets.PUBLIVERSIONER_SECRET }}
+ replacementsPath: github/repo-sync-replacements/demo-ios.yml
repoSync:
needs: prepare