Skip to content

Commit

Permalink
[Auto Generated] 1.4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
jigardafda committed Nov 25, 2024
1 parent b5ccb23 commit ffcd2c0
Show file tree
Hide file tree
Showing 9 changed files with 56,695 additions and 36,012 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on_release_created.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
echo "Creating new collection..."
# Application collection
curl --location --request POST 'https://api.getpostman.com/collections?workspace=422d6aac-2d35-401b-b25a-ccbca57a13c2' \
--header 'X-Api-Key: ' \
--header 'X-Api-Key: {{secrets.POSTMAN_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-binary "@postman/application.json"
echo "\n🟨 Please add newly created collection in your postman collection list (POSTMAN_COLLECTION_UIDS) in SDK.\n"
# Platform collection
curl --location --request POST 'https://api.getpostman.com/collections?workspace=422d6aac-2d35-401b-b25a-ccbca57a13c2' \
--header 'X-Api-Key: ' \
--header 'X-Api-Key: {{secrets.POSTMAN_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-binary "@postman/platform.json"
Expand Down
Loading

0 comments on commit ffcd2c0

Please sign in to comment.