File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 51
51
commit_user_email :
[email protected]
52
52
commit_author :
Github-Actions🤖 <[email protected] >
53
53
54
+ # Sync the collection with Postman
55
+ - name : Sync Postman Collections
56
+ uses : jneate/postman-collection-action@v1
57
+ with :
58
+ postmanApiKey : ${{ secrets.POSTMAN_API_KEY }}
59
+ postmanWorkspaceId : d598cc9d-84bf-4e1d-8da2-6ee69c8ecd62
60
+ postmanTimeout : 30000
61
+
54
62
# Keep the workflow alive
55
63
- uses : gautamkrishnar/keepalive-workflow@v1 # using the workflow with default settings
56
64
if : github.event_name != 'pull_request'
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ def generate_api_collection() -> None:
77
77
# Create a new Postman collection with the date in the name
78
78
postman_collection = {
79
79
"info" : {
80
+ "_postman_id" : "4575b7d8-237c-458d-8972-b5fa0c556369" ,
80
81
"name" : f"Steam Web API { current_date } " ,
81
82
"schema" : "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" ,
82
83
"description" : "Generated from https://api.steampowered.com/ISteamWebAPIUtil/GetSupportedAPIList/v1\n "
You can’t perform that action at this time.
0 commit comments