From 9c875f4d10fd871d4572a058cba7d4bf46b331fe Mon Sep 17 00:00:00 2001 From: Beppe Catanese <1771700+gcatanese@users.noreply.github.com> Date: Wed, 30 Oct 2024 13:19:22 +0100 Subject: [PATCH] Update sync-collections.yml --- .github/workflows/sync-collections.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/sync-collections.yml b/.github/workflows/sync-collections.yml index f1f94e1..8c6d69e 100644 --- a/.github/workflows/sync-collections.yml +++ b/.github/workflows/sync-collections.yml @@ -34,3 +34,10 @@ jobs: postman-key: ${{ secrets.POSTMAN_API_KEY }} postman-file: 'postman/ManagementService-v3.json' collection-id: '8426282-a4091abb-0cb9-48fa-9c73-5869e2212c33' + - name: update-transfers + uses: gcatanese/push-to-postman-action@main + with: + goal: update + postman-key: ${{ secrets.POSTMAN_API_KEY }} + postman-file: 'postman/TransferService-v4.json' + collection-id: '8426282-959dfdf2-5a52-4f9f-86c6-db3743d43313'