We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf5586 commit a9e4ef9Copy full SHA for a9e4ef9
1 file changed
.github/workflows/dev_sandbox_publish_deploy.yaml
@@ -147,11 +147,11 @@ jobs:
147
env:
148
POSTMAN_API_KEY: ${{ secrets.POSTMAN_API_KEY }}
149
run: |
150
- curl --fail -X PUT \
+ curl -X PUT \
151
https://api.getpostman.com/collections/44595835-573a42db-b7a5-4b69-9f62-696b6df3f12f \
152
-H "X-Api-Key: $POSTMAN_API_KEY" \
153
-H "Content-Type: application/json" \
154
- -d @specification/postman/collection.json
+ -d "{\"collection\": $(cat specification/postman/collection.json)}
155
156
publish:
157
needs: publish_postman
0 commit comments