Skip to content

Commit a82a435

Browse files
authored
Merge branch 'main' into jmaxwell/ci-2
2 parents 6058666 + e44a89c commit a82a435

File tree

2 files changed

+4616
-13208
lines changed

2 files changed

+4616
-13208
lines changed

.github/workflows/generate.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ on:
1515
jobs:
1616
generate:
1717
runs-on: ubuntu-latest
18+
permissions:
19+
contents: write
20+
1821
steps:
1922
# Checkout the code
2023
- name: Checkout code
@@ -36,14 +39,6 @@ jobs:
3639
STEAM_API_KEY: ${{ secrets.STEAM_API_KEY }}
3740
run: python generate.py
3841

39-
# Sync the collection with Postman
40-
#- name: Sync Postman Collections
41-
# uses: jneate/postman-collection-action@v1
42-
# with:
43-
# postmanApiKey: ${{ secrets.POSTMAN_API_KEY }}
44-
# postmanWorkspaceId: 818265e0-7c57-411f-8fe7-5504726ec714
45-
# postmanTimeout: 30000
46-
4742
# Commit any changes to the collection
4843
- uses: stefanzweifel/git-auto-commit-action@v5
4944
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)