Skip to content

TIR - Updated assets/admin-collection.json (#203) #5

TIR - Updated assets/admin-collection.json (#203)

TIR - Updated assets/admin-collection.json (#203) #5

Workflow file for this run

name: Sync Admin Postman Collection
on:
push:
branches:
- master # Change this to the branch you want to trigger the action
paths:
- 'assets/admin-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.ADMIN_COLLECTION_UID }}
collection-path: './assets/admin-collection.json'
secrets:
POSTMAN_API_KEY: ${{ secrets.POSTMAN_API_KEY }}