Skip to content

A GitHub Action for updating a Postman Collection within a Workspace

License

Notifications You must be signed in to change notification settings

fern-api/action-postman-sync

Folders and files

NameName
Last commit message
Last commit date
Jan 10, 2024
Oct 30, 2022
Jan 11, 2023
Jan 11, 2023
Oct 30, 2022
Oct 30, 2022
Oct 30, 2022
Oct 30, 2022
Oct 30, 2022
Oct 30, 2022
Oct 30, 2022
Oct 30, 2022
Oct 30, 2022
Oct 30, 2022
Oct 30, 2022
Oct 30, 2022
Oct 30, 2022
Jan 10, 2024
Jan 10, 2024
Oct 30, 2022

Repository files navigation

Postman Sync

This action will update your postman collection on https://www.postman.com.

Usage

steps:
  - name: Checkout repo
    uses: actions/checkout@v3

  - name: Update postman collections
    uses: fern-api/action-postman-sync@v1
    with:
      api-key: ${{ secrets.POSTMAN_API_KEY }}
      workspace-id: ${{ secrets.POSTMAN_WORKSPACE_ID }}
      collection-path: path/to/collection.json

Contributing

Remember to run build and package the code before pushing changes. If you forget to do this, CI will fail!

npm run build
npm run package