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.
1 parent 62669e7 commit 87a133cCopy full SHA for 87a133c
.github/workflows/update-data.yml
@@ -8,6 +8,8 @@ on:
8
jobs:
9
update-data:
10
runs-on: "ubuntu-latest"
11
+ permissions:
12
+ contents: write
13
steps:
14
- name: "Checkout docs-data branch"
15
uses: "actions/checkout@v4"
@@ -33,7 +35,7 @@ jobs:
33
35
pip install --upgrade pip
34
36
pip install -r requirements_python.txt
37
- - name: "Generate, commit and push updated openapi json files to 'docs-data' branch"
38
+ - name: "Generate openapi json files and commit/push to docs-data branch"
39
run: |
40
git config user.name github-actions
41
git config user.email [email protected]
0 commit comments