newman-action icon indicating copy to clipboard operation
newman-action copied to clipboard

Not pulling from postman API

Open hassanshaikley opened this issue 2 years ago • 1 comments

When I use

        with:
          apiKey: ${{ secrets.POSTMAN_API_KEY }}
          collection: ${{ secrets.POSTMAN_COLLECTION_URL }}
          reporters: cli

This doesn't work. It succeeds but I know it's not finding the collection.

I generate the collection url and api key when I hit share in postman

Screen Shot 2023-01-23 at 2 06 28 PM

But I have no luck. It isn't finding the collection.

hassanshaikley avatar Jan 23 '23 19:01 hassanshaikley

I figured it out:

Created a PR to fix this here: https://github.com/anthonyvscode/newman-action/pull/432

hassanshaikley avatar Jan 23 '23 19:01 hassanshaikley