anthonyvscode / newman-action

A GitHub Action for running Newman CLI by Postman
MIT License
34 stars 11 forks source link

Not pulling from postman API #431

Open hassanshaikley opened 1 year ago

hassanshaikley commented 1 year ago

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 commented 1 year ago

I figured it out:

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