File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 82
82
if : |
83
83
github.event_name != 'schedule' ||
84
84
github.repository == 'AcademySoftwareFoundation/OpenImageIO'
85
+ permissions :
86
+ # Give the default GITHUB_TOKEN write permission to commit and push the
87
+ # added or changed files to the repository.
88
+ contents : write
85
89
strategy :
86
90
matrix :
87
91
include :
@@ -169,6 +173,10 @@ jobs:
169
173
# if stub validation fails we want to upload the stubs for users to review
170
174
if : success() || failure()
171
175
176
+ # Commit all changed files back to the repository
177
+ - uses : stefanzweifel/git-auto-commit-action@v6
178
+ commit_message : " Automatic update to python stubs"
179
+
172
180
# ---------------------------------------------------------------------------
173
181
# Linux ARM Wheels
174
182
# ---------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments