Skip to content

Commit aaf5586

Browse files
committed
ELI-338: Adds collection id for postman
1 parent dacaa3d commit aaf5586

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dev_sandbox_publish_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
POSTMAN_API_KEY: ${{ secrets.POSTMAN_API_KEY }}
149149
run: |
150150
curl --fail -X PUT \
151-
https://api.getpostman.com/collections/{{YOUR_COLLECTION_UID}} \
151+
https://api.getpostman.com/collections/44595835-573a42db-b7a5-4b69-9f62-696b6df3f12f \
152152
-H "X-Api-Key: $POSTMAN_API_KEY" \
153153
-H "Content-Type: application/json" \
154154
-d @specification/postman/collection.json

0 commit comments

Comments
 (0)