matt-ball / newman-action

Use Postman's headless collection runner, Newman, via a GitHub Action.
Apache License 2.0
130 stars 42 forks source link

private collection are not working as expected #65

Open gasparhe opened 1 year ago

gasparhe commented 1 year ago

I'm trying to create a workflow like this:

- uses: actions/checkout@master
- uses: matt-ball/newman-action@master
  with:
    apiKey: ${{ secrets.postmanApiKey }}
    collection: 5922408-c22ef764-b464-424c-8702-750343478723
    environment: 5922408-228c7edd-fc15-4f68-9665-a35d7df6945b

but the service is failing processing the collection or the environment.

patrycjaleszczak commented 5 months ago

I have the same issue