Skip to content

Merge pull request #190 from docusign/Monitor_v2.0-2.0.0 #2

Merge pull request #190 from docusign/Monitor_v2.0-2.0.0

Merge pull request #190 from docusign/Monitor_v2.0-2.0.0 #2

Workflow file for this run

name: Sync Monitor Postman Collection
on:
push:
branches:
- master # Change this to the branch you want to trigger the action
paths:
- 'assets/monitor-collection.json'
workflow_dispatch: # Enables manual trigger from GitHub UI
jobs:
sync-postman-collection:
uses: ./.github/workflows/sync-postman-collection.yml
with:
collection-uid: ${{ vars.MONITOR_COLLECTION_UID }}
collection-path: './assets/monitor-collection.json'
secrets:
POSTMAN_API_KEY: ${{ secrets.POSTMAN_API_KEY }}