Skip to content

Commit 1627906

Browse files
authored
Rename workflow to sync Agreement Manager collection
Signed-off-by: Mudit Garg <35302867+garg-mudit@users.noreply.github.com>
1 parent 350385b commit 1627906

1 file changed

Lines changed: 5 additions & 5 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 }}

0 commit comments

Comments
 (0)