We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5db54 commit adbae9dCopy full SHA for adbae9d
.github/workflows/convert-to-oas.yml
@@ -15,5 +15,5 @@ jobs:
15
run: postman login --with-api-key ${{ secrets.POSTMAN_API_KEY }}
16
- name: Convert collection to OAS
17
run: |
18
- postman collection run 34829850-014ef3cd-c17a-45a3-8f2c-f0a46ca71ace -e cfg_postmanAPIKey=${{ secrets.POSTMAN_API_KEY }}
+ postman collection run 34829850-014ef3cd-c17a-45a3-8f2c-f0a46ca71ace --env-var cfg_postmanAPIKey=${{ secrets.POSTMAN_API_KEY }}
19
0 commit comments