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'