Skip to content

Commit 87a133c

Browse files
committed
Change permission on update-data workflow
[noissue]
1 parent 62669e7 commit 87a133c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update-data.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
update-data:
1010
runs-on: "ubuntu-latest"
11+
permissions:
12+
contents: write
1113
steps:
1214
- name: "Checkout docs-data branch"
1315
uses: "actions/checkout@v4"
@@ -33,7 +35,7 @@ jobs:
3335
pip install --upgrade pip
3436
pip install -r requirements_python.txt
3537
36-
- 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"
3739
run: |
3840
git config user.name github-actions
3941
git config user.email [email protected]

0 commit comments

Comments
 (0)