Skip to content

Commit ccc87b2

Browse files
authored
Rename workflow to sync different collection (#206)
* Rename workflow to sync Agreement Manager collection Signed-off-by: Mudit Garg <35302867+garg-mudit@users.noreply.github.com> * Update and rename sync-maestro.yml to sync-workflowbuilder.yml Signed-off-by: Mudit Garg <35302867+garg-mudit@users.noreply.github.com> --------- Signed-off-by: Mudit Garg <35302867+garg-mudit@users.noreply.github.com>
1 parent 350385b commit ccc87b2

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
name: Sync Navigator Postman Collection
1+
name: Sync Agreement Manager Postman Collection
22

33
on:
44
push:
55
branches:
66
- master # Change this to the branch you want to trigger the action
77
paths:
8-
- 'assets/navigator-collection.json'
8+
- 'assets/agreementmanager-collection.json'
99

1010
workflow_dispatch: # Enables manual trigger from GitHub UI
1111

1212
jobs:
1313
sync-postman-collection:
1414
uses: ./.github/workflows/sync-postman-collection.yml
1515
with:
16-
collection-uid: ${{ vars.NAVIGATOR_COLLECTION_UID }}
17-
collection-path: './assets/navigator-collection.json'
16+
collection-uid: ${{ vars.AGREEMENT_MANAGER_COLLECTION_UID }}
17+
collection-path: './assets/agreementmanager-collection.json'
1818
secrets:
19-
POSTMAN_API_KEY: ${{ secrets.POSTMAN_API_KEY }}
19+
POSTMAN_API_KEY: ${{ secrets.POSTMAN_API_KEY }}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
name: Sync Maestro Postman Collection
1+
name: Sync Workflow Builder Postman Collection
22

33
on:
44
push:
55
branches:
66
- master # Change this to the branch you want to trigger the action
77
paths:
8-
- 'assets/maestro-collection.json'
8+
- 'assets/workflowbuilder-collection.json'
99

1010
workflow_dispatch: # Enables manual trigger from GitHub UI
1111

1212
jobs:
1313
sync-postman-collection:
1414
uses: ./.github/workflows/sync-postman-collection.yml
1515
with:
16-
collection-uid: ${{ vars.MAESTRO_COLLECTION_UID }}
17-
collection-path: './assets/maestro-collection.json'
16+
collection-uid: ${{ vars.WORKFLOW_BUILDER_COLLECTION_UID }}
17+
collection-path: './assets/workflowbuilder-collection.json'
1818
secrets:
19-
POSTMAN_API_KEY: ${{ secrets.POSTMAN_API_KEY }}
19+
POSTMAN_API_KEY: ${{ secrets.POSTMAN_API_KEY }}

0 commit comments

Comments
 (0)