We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6058666 + e44a89c commit a82a435Copy full SHA for a82a435
.github/workflows/generate.yml
@@ -15,6 +15,9 @@ on:
15
jobs:
16
generate:
17
runs-on: ubuntu-latest
18
+ permissions:
19
+ contents: write
20
+
21
steps:
22
# Checkout the code
23
- name: Checkout code
@@ -36,14 +39,6 @@ jobs:
36
39
STEAM_API_KEY: ${{ secrets.STEAM_API_KEY }}
37
40
run: python generate.py
38
41
- # Sync the collection with Postman
- #- name: Sync Postman Collections
- # 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
-
47
# Commit any changes to the collection
48
- uses: stefanzweifel/git-auto-commit-action@v5
49
if: github.event_name != 'pull_request'
0 commit comments